diff --git a/example-app/app/app.module.ts b/example-app/app/app.module.ts index 9af8a879f6..352a2662ad 100644 --- a/example-app/app/app.module.ts +++ b/example-app/app/app.module.ts @@ -58,7 +58,7 @@ import { environment } from '../environments/environment'; /** * EffectsModule.forRoot() is imported once in the root module and - * sets up the effects class to be initialized immediately when the + * sets up the effects class to be initialized immediately when the * application starts. * * See: https://github.com/ngrx/platform/blob/master/docs/effects/api.md#forroot diff --git a/modules/store-devtools/src/config.ts b/modules/store-devtools/src/config.ts index 447dd3e543..7d2a8f7558 100644 --- a/modules/store-devtools/src/config.ts +++ b/modules/store-devtools/src/config.ts @@ -1,7 +1,7 @@ import { ActionReducer } from '@ngrx/store'; import { InjectionToken, Type } from '@angular/core'; -export interface StoreDevtoolsConfig { +export class StoreDevtoolsConfig { maxAge: number | false; monitor: ActionReducer; }