diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-11 15:07:31 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-11 21:33:22 +0200 |
commit | 7aba23d13fe56835b07ebb00c0b4c2a929551ec3 (patch) | |
tree | e67f5a28ec12d6250231d2450354390cd8ae9ce0 /client/src/app/app.module.ts | |
parent | 5284d4028c5db6e32b73b13731622ba477597561 (diff) | |
download | PeerTube-7aba23d13fe56835b07ebb00c0b4c2a929551ec3.tar.gz PeerTube-7aba23d13fe56835b07ebb00c0b4c2a929551ec3.tar.zst PeerTube-7aba23d13fe56835b07ebb00c0b4c2a929551ec3.zip |
wrap the hotkeys component to allow templating :art:
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index ba16c072e..e5a188321 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -5,7 +5,8 @@ import { ResetPasswordModule } from '@app/reset-password' | |||
5 | 5 | ||
6 | import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' | 6 | import { MetaLoader, MetaModule, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' |
7 | import { ClipboardModule } from 'ngx-clipboard' | 7 | import { ClipboardModule } from 'ngx-clipboard' |
8 | import { HotkeyModule, IHotkeyOptions } from 'angular2-hotkeys' | 8 | import { HotkeyModule } from '@app/core/hotkeys' |
9 | import { IHotkeyOptions } from 'angular2-hotkeys' | ||
9 | import 'focus-visible' | 10 | import 'focus-visible' |
10 | 11 | ||
11 | import { AppRoutingModule } from './app-routing.module' | 12 | import { AppRoutingModule } from './app-routing.module' |