Skip to content

Instantly share code, notes, and snippets.

@splincode
Created April 29, 2019 14:03
Show Gist options
  • Save splincode/a90bb01182797c49c07f09d2a267c0c3 to your computer and use it in GitHub Desktop.
Save splincode/a90bb01182797c49c07f09d2a267c0c3 to your computer and use it in GitHub Desktop.
@NgModule({
imports: [
BrowserModule,
NgxsModule.forRoot([ AppState ], { developmentMode: !env.production })
],
...
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment