Skip to content

Commit 0d7c582

Browse files
markgohodavideast
authored andcommitted
docs: Fix missing identifier
need to call the import something, right?
1 parent b1dd699 commit 0d7c582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/version-4-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ import { AngularFireAuthModule, AngularFireAuth } from 'angularfire2/auth';
7474
import { environment } from '../environments/environment';
7575

7676
// Do not import from 'firebase' as you'd lose the tree shaking benefits
77-
import * from 'firebase/app';
77+
import * as firebase from 'firebase/app';
7878

7979

8080
@NgModule({

0 commit comments

Comments
 (0)