disabling dev settings ngxs

This commit is contained in:
Nicolas Constant 2020-03-28 19:14:02 -04:00
parent 1272f2303a
commit 8d489cb5d7
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,8 @@ const routes: Routes = [
AccountsState,
StreamsState,
SettingsState
], { developmentMode: !environment.production }),
]),
//], { developmentMode: !environment.production }),
NgxsStoragePluginModule.forRoot(),
ContextMenuModule.forRoot(),
HotkeyModule.forRoot(),