aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/core.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/core.module.ts')
-rw-r--r--client/src/app/core/core.module.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/core/core.module.ts b/client/src/app/core/core.module.ts
index 5943af4da..a1734ad80 100644
--- a/client/src/app/core/core.module.ts
+++ b/client/src/app/core/core.module.ts
@@ -13,6 +13,7 @@ import { throwIfAlreadyLoaded } from './module-import-guard'
13import { LoginGuard, RedirectService, UserRightGuard } from './routing' 13import { LoginGuard, RedirectService, UserRightGuard } from './routing'
14import { ServerService } from './server' 14import { ServerService } from './server'
15import { ThemeService } from './theme' 15import { ThemeService } from './theme'
16import { MenuService } from './menu'
16import { HotkeyModule } from 'angular2-hotkeys' 17import { HotkeyModule } from 'angular2-hotkeys'
17import { CheatSheetComponent } from './hotkeys' 18import { CheatSheetComponent } from './hotkeys'
18import { ToastModule } from 'primeng/toast' 19import { ToastModule } from 'primeng/toast'
@@ -59,6 +60,7 @@ import { HooksService } from '@app/core/plugins/hooks.service'
59 ConfirmService, 60 ConfirmService,
60 ServerService, 61 ServerService,
61 ThemeService, 62 ThemeService,
63 MenuService,
62 LoginGuard, 64 LoginGuard,
63 UserRightGuard, 65 UserRightGuard,
64 UnloggedGuard, 66 UnloggedGuard,