added dev module setting

This commit is contained in:
Nicolas Constant 2020-03-27 01:06:33 -04:00
parent 18c745c9d6
commit c4e0cfa877
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

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