Skip to content

Commit

Permalink
docs(upgrade): Fix typo: AngularFire -> AngularFireModule (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirjs authored Aug 30, 2021
1 parent 4f538db commit b32f463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/version-7-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In order to better support the tree-shakability introduced in Firebase v9 & to r
```ts
@NgModule({
imports: [
AngularFire.initializeApp(config),
AngularFireModule.initializeApp(config),
AngularFirestoreModule.enablePersistence(),
AngularFireStorageModule,
],
Expand Down

0 comments on commit b32f463

Please sign in to comment.