Skip to content

Commit

Permalink
fix(core): NG10-style ModuleWithProviders (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinkocak committed Jul 15, 2020
1 parent 7cb6c03 commit 93912bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firestore/firestore.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class AngularFirestoreModule {
/**
* Attempt to enable persistent storage, if possible
*/
static enablePersistence(persistenceSettings?: PersistenceSettings): ModuleWithProviders {
static enablePersistence(persistenceSettings?: PersistenceSettings): ModuleWithProviders<AngularFirestoreModule> {
return {
ngModule: AngularFirestoreModule,
providers: [
Expand Down

0 comments on commit 93912bc

Please sign in to comment.