From cdcbc81077a6ca3ef2f23a3e93260a6ffe1a4332 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 13 Jan 2017 14:31:33 +0100 Subject: Client: update ng2-meta --- client/src/app/app.component.ts | 2 +- client/src/app/app.module.ts | 2 +- client/src/app/videos/video-watch/video-watch.component.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src') 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 @@ import { Component, ViewContainerRef } from '@angular/core'; import { Router } from '@angular/router'; -import { MetaService } from 'ng2-meta/src'; +import { MetaService } from 'ng2-meta'; @Component({ selector: 'my-app', 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'; import { BrowserModule } from '@angular/platform-browser'; import { removeNgStyles, createNewHosts } from '@angularclass/hmr'; -import { MetaModule, MetaConfig } from 'ng2-meta/src'; +import { MetaModule, MetaConfig } from 'ng2-meta'; import 'bootstrap-loader'; 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' import { Component, ElementRef, NgZone, OnDestroy, OnInit, ViewChild } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; -import { MetaService } from 'ng2-meta/src'; +import { MetaService } from 'ng2-meta'; import * as videojs from 'video.js'; import { VideoMagnetComponent } from './video-magnet.component'; -- cgit v1.2.3