Skip to content

Commit 8804156

Browse files
tplkMikeRyanDev
authored andcommitted
fix(example-app): Suppress StoreDevtoolsConfig compiler warning
1 parent a085730 commit 8804156

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-app/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import { environment } from '../environments/environment';
5858

5959
/**
6060
* 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
6262
* application starts.
6363
*
6464
* See: https://github.com/ngrx/platform/blob/master/docs/effects/api.md#forroot

modules/store-devtools/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ActionReducer } from '@ngrx/store';
22
import { InjectionToken, Type } from '@angular/core';
33

4-
export interface StoreDevtoolsConfig {
4+
export class StoreDevtoolsConfig {
55
maxAge: number | false;
66
monitor: ActionReducer<any, any>;
77
}

0 commit comments

Comments
 (0)