Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d5bb09

Browse files
erikhaddaddavideast
authored andcommittedMay 2, 2017
Fixed commas in imports
Can you also show what environment.firebase, referenced in initializeApp, would look like for users?
1 parent a696fb5 commit 4d5bb09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/version-4-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ import * from 'firebase/app';
8181
declarations: [ App ],
8282
exports: [ App ],
8383
imports: [
84-
AngularFireModule.initializeApp(environment.firebase, 'my-app')
84+
AngularFireModule.initializeApp(environment.firebase, 'my-app'),
8585
AngularFireDatabaseModule,
86-
AngularFireAuthModule,
86+
AngularFireAuthModule
8787
],
8888
bootstrap[ App ]
8989
})

0 commit comments

Comments
 (0)
Please sign in to comment.