disabling dev settings ngxs
This commit is contained in:
parent
1272f2303a
commit
8d489cb5d7
|
@ -168,7 +168,8 @@ const routes: Routes = [
|
||||||
AccountsState,
|
AccountsState,
|
||||||
StreamsState,
|
StreamsState,
|
||||||
SettingsState
|
SettingsState
|
||||||
], { developmentMode: !environment.production }),
|
]),
|
||||||
|
//], { developmentMode: !environment.production }),
|
||||||
NgxsStoragePluginModule.forRoot(),
|
NgxsStoragePluginModule.forRoot(),
|
||||||
ContextMenuModule.forRoot(),
|
ContextMenuModule.forRoot(),
|
||||||
HotkeyModule.forRoot(),
|
HotkeyModule.forRoot(),
|
||||||
|
|
Loading…
Reference in New Issue