Skip to content

Commit

Permalink
fix(example-app): Suppress StoreDevtoolsConfig compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tplk authored and MikeRyanDev committed Jul 14, 2017
1 parent a085730 commit 8804156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-app/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/store-devtools/src/config.ts
Original file line number Diff line number Diff line change
@@ -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<any, any>;
}
Expand Down

0 comments on commit 8804156

Please sign in to comment.