diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-13 14:31:33 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-13 14:31:33 +0100 |
commit | cdcbc81077a6ca3ef2f23a3e93260a6ffe1a4332 (patch) | |
tree | de695f7b0573c18d486f41a4be2f4bce4bc933b7 /client/src/app/app.module.ts | |
parent | c16ce1de8e8c21ad2136335d3b0b7d230e6d2f24 (diff) | |
download | PeerTube-cdcbc81077a6ca3ef2f23a3e93260a6ffe1a4332.tar.gz PeerTube-cdcbc81077a6ca3ef2f23a3e93260a6ffe1a4332.tar.zst PeerTube-cdcbc81077a6ca3ef2f23a3e93260a6ffe1a4332.zip |
Client: update ng2-meta
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 fb71787c4..10526e813 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -2,7 +2,7 @@ import { ApplicationRef, NgModule } from '@angular/core'; | |||
2 | import { BrowserModule } from '@angular/platform-browser'; | 2 | import { BrowserModule } from '@angular/platform-browser'; |
3 | import { removeNgStyles, createNewHosts } from '@angularclass/hmr'; | 3 | import { removeNgStyles, createNewHosts } from '@angularclass/hmr'; |
4 | 4 | ||
5 | import { MetaModule, MetaConfig } from 'ng2-meta/src'; | 5 | import { MetaModule, MetaConfig } from 'ng2-meta'; |
6 | import 'bootstrap-loader'; | 6 | import 'bootstrap-loader'; |
7 | 7 | ||
8 | import { ENV_PROVIDERS } from './environment'; | 8 | import { ENV_PROVIDERS } from './environment'; |