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.component.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.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 3f2f1ace0..ce4fc04ff 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import { Component, ViewContainerRef } from '@angular/core'; | 1 | import { Component, ViewContainerRef } from '@angular/core'; |
2 | import { Router } from '@angular/router'; | 2 | import { Router } from '@angular/router'; |
3 | 3 | ||
4 | import { MetaService } from 'ng2-meta/src'; | 4 | import { MetaService } from 'ng2-meta'; |
5 | @Component({ | 5 | @Component({ |
6 | selector: 'my-app', | 6 | selector: 'my-app', |
7 | templateUrl: './app.component.html', | 7 | templateUrl: './app.component.html', |