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