aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r--client/src/app/app.module.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts
index e5a188321..34e890b40 100644
--- a/client/src/app/app.module.ts
+++ b/client/src/app/app.module.ts
@@ -5,8 +5,6 @@ import { ResetPasswordModule } from '@app/reset-password'
5 5
6import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' 6import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core'
7import { ClipboardModule } from 'ngx-clipboard' 7import { ClipboardModule } from 'ngx-clipboard'
8import { HotkeyModule } from '@app/core/hotkeys'
9import { IHotkeyOptions } from 'angular2-hotkeys'
10import 'focus-visible' 8import 'focus-visible'
11 9
12import { AppRoutingModule } from './app-routing.module' 10import { AppRoutingModule } from './app-routing.module'
@@ -48,9 +46,6 @@ export function metaFactory (serverService: ServerService): MetaLoader {
48 BrowserModule, 46 BrowserModule,
49 // FIXME: https://github.com/maxisam/ngx-clipboard/issues/133 47 // FIXME: https://github.com/maxisam/ngx-clipboard/issues/133
50 ClipboardModule, 48 ClipboardModule,
51 HotkeyModule.forRoot({
52 cheatSheetCloseEsc: true
53 } as IHotkeyOptions),
54 49
55 CoreModule, 50 CoreModule,
56 SharedModule, 51 SharedModule,