diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/package.json | 2 | ||||
-rw-r--r-- | client/src/app/app.component.ts | 2 | ||||
-rw-r--r-- | client/src/app/app.module.ts | 2 | ||||
-rw-r--r-- | client/src/app/videos/video-watch/video-watch.component.ts | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/client/package.json b/client/package.json index 5d09f4c54..d03a1f8a2 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -55,7 +55,7 @@ | |||
55 | "json-loader": "^0.5.4", | 55 | "json-loader": "^0.5.4", |
56 | "ng2-bootstrap": "1.1.16-10", | 56 | "ng2-bootstrap": "1.1.16-10", |
57 | "ng2-file-upload": "^1.1.4-2", | 57 | "ng2-file-upload": "^1.1.4-2", |
58 | "ng2-meta": "^2.0.0", | 58 | "ng2-meta": "https://github.com/chocobozzz/ng2-meta#build", |
59 | "ng-router-loader": "^1.0.2", | 59 | "ng-router-loader": "^1.0.2", |
60 | "ngc-webpack": "^1.1.0", | 60 | "ngc-webpack": "^1.1.0", |
61 | "node-sass": "^4.1.1", | 61 | "node-sass": "^4.1.1", |
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', |
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'; |
diff --git a/client/src/app/videos/video-watch/video-watch.component.ts b/client/src/app/videos/video-watch/video-watch.component.ts index 14aae9895..256ffef99 100644 --- a/client/src/app/videos/video-watch/video-watch.component.ts +++ b/client/src/app/videos/video-watch/video-watch.component.ts | |||
@@ -2,7 +2,7 @@ import { setInterval, setTimeout } from 'timers' | |||
2 | import { Component, ElementRef, NgZone, OnDestroy, OnInit, ViewChild } from '@angular/core'; | 2 | import { Component, ElementRef, NgZone, OnDestroy, OnInit, ViewChild } from '@angular/core'; |
3 | import { ActivatedRoute } from '@angular/router'; | 3 | import { ActivatedRoute } from '@angular/router'; |
4 | 4 | ||
5 | import { MetaService } from 'ng2-meta/src'; | 5 | import { MetaService } from 'ng2-meta'; |
6 | import * as videojs from 'video.js'; | 6 | import * as videojs from 'video.js'; |
7 | 7 | ||
8 | import { VideoMagnetComponent } from './video-magnet.component'; | 8 | import { VideoMagnetComponent } from './video-magnet.component'; |