Skip to content

Commit

Permalink
Fix ngrx initialization (v8 specific) and, thus, fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-gokun authored and Wykks committed Jul 9, 2019
1 parent 16a3d72 commit 2a4e102
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/showcase/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ export const showcaseRoutes: Routes = [
DemoModule,
StoreModule.forRoot({
router: <any>routerReducer
}, {
runtimeChecks: {
strictStateImmutability: true,
strictActionImmutability: true
}
}),
RouterModule.forRoot(showcaseRoutes),
EffectsModule.forRoot([]),
Expand Down

0 comments on commit 2a4e102

Please sign in to comment.