Created
May 25, 2020 01:04
-
-
Save xiongemi/fd735947763e083539e404c2fd04ee9c to your computer and use it in GitHub Desktop.
ngxs code inside imports array in app.module.ts
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
NgxsModule.forRoot([], { | |
developmentMode: !environment.production | |
}), | |
NgxsFormPluginModule.forRoot(), | |
NgxsResetPluginModule.forRoot(), | |
NgxsLoggerPluginModule.forRoot({ disabled: environment.production }), | |
NgxsReduxDevtoolsPluginModule.forRoot({ disabled: environment.production }), | |
NgxsStoragePluginModule.forRoot({ key: ['forms'] }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment