File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/store-devtools/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ import { environment } from '../environments/environment';
58
58
59
59
/**
60
60
* EffectsModule.forRoot() is imported once in the root module and
61
- * sets up the effects class to be initialized immediately when the
61
+ * sets up the effects class to be initialized immediately when the
62
62
* application starts.
63
63
*
64
64
* See: https://github.com/ngrx/platform/blob/master/docs/effects/api.md#forroot
Original file line number Diff line number Diff line change 1
1
import { ActionReducer } from '@ngrx/store' ;
2
2
import { InjectionToken , Type } from '@angular/core' ;
3
3
4
- export interface StoreDevtoolsConfig {
4
+ export class StoreDevtoolsConfig {
5
5
maxAge : number | false ;
6
6
monitor : ActionReducer < any , any > ;
7
7
}
You can’t perform that action at this time.
0 commit comments