We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a085730 commit 8804156Copy full SHA for 8804156
2 files changed
example-app/app/app.module.ts
@@ -58,7 +58,7 @@ import { environment } from '../environments/environment';
58
59
/**
60
* EffectsModule.forRoot() is imported once in the root module and
61
- * sets up the effects class to be initialized immediately when the
+ * sets up the effects class to be initialized immediately when the
62
* application starts.
63
*
64
* See: https://github.com/ngrx/platform/blob/master/docs/effects/api.md#forroot
modules/store-devtools/src/config.ts
@@ -1,7 +1,7 @@
1
import { ActionReducer } from '@ngrx/store';
2
import { InjectionToken, Type } from '@angular/core';
3
4
-export interface StoreDevtoolsConfig {
+export class StoreDevtoolsConfig {
5
maxAge: number | false;
6
monitor: ActionReducer<any, any>;
7
}
0 commit comments