Skip to content

Commit

Permalink
fix(store-devtools): spread eproviders
Browse files Browse the repository at this point in the history
  • Loading branch information
yharaskrik committed Aug 23, 2022
1 parent b5372d6 commit 05e5d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/store-devtools/src/instrument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class StoreDevtoolsModule {
): ModuleWithProviders<StoreDevtoolsModule> {
return {
ngModule: StoreDevtoolsModule,
providers: provideStoreDevtools(options),
providers: [...provideStoreDevtools(options).ɵproviders],
};
}
}

0 comments on commit 05e5d77

Please sign in to comment.