Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created April 5, 2020 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/a81872ff090c1c21956809eec776c0d6 to your computer and use it in GitHub Desktop.
Save lydemann/a81872ff090c1c21956809eec776c0d6 to your computer and use it in GitHub Desktop.
@NgModule({
imports: [
StoreModule.forRoot(reducers, {
runtimeChecks: {
strictStateImmutability: true,
strictActionImmutability: true,
strictStateSerializability: true,
strictActionSerializability: true,
strictActionWithinNgZone: true
},
}),
],
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment