diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-07-06 17:43:58 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-07-06 17:43:58 +0200 |
commit | 8b13c289f8db1666a3970882797d42f6cfd6128b (patch) | |
tree | 4e6183936260e01ed5a0cbd366ddc58f76c1a12b /client/src/app/app.module.ts | |
parent | 4e1b09735de70dabc5987b8258a01aac8063ae26 (diff) | |
download | PeerTube-8b13c289f8db1666a3970882797d42f6cfd6128b.tar.gz PeerTube-8b13c289f8db1666a3970882797d42f6cfd6128b.tar.zst PeerTube-8b13c289f8db1666a3970882797d42f6cfd6128b.zip |
Fix page titles
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index d7c9f6548..804a7a71e 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -6,7 +6,7 @@ import { | |||
6 | createInputTransfer | 6 | createInputTransfer |
7 | } from '@angularclass/hmr' | 7 | } from '@angularclass/hmr' |
8 | 8 | ||
9 | import { MetaModule, MetaLoader, MetaStaticLoader, PageTitlePositioning } from '@nglibs/meta' | 9 | import { MetaModule, MetaLoader, MetaStaticLoader, PageTitlePositioning } from '@ngx-meta/core' |
10 | // TODO: remove, we need this to avoid error in ng2-smart-table | 10 | // TODO: remove, we need this to avoid error in ng2-smart-table |
11 | import 'rxjs/add/operator/toPromise' | 11 | import 'rxjs/add/operator/toPromise' |
12 | import 'bootstrap-loader' | 12 | import 'bootstrap-loader' |