Created
April 29, 2019 14:03
-
-
Save splincode/a90bb01182797c49c07f09d2a267c0c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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