Client: update ng2-meta

This commit is contained in:
Chocobozzz 2017-01-13 14:31:33 +01:00
parent c16ce1de8e
commit cdcbc81077
4 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@
"json-loader": "^0.5.4",
"ng2-bootstrap": "1.1.16-10",
"ng2-file-upload": "^1.1.4-2",
"ng2-meta": "^2.0.0",
"ng2-meta": "https://github.com/chocobozzz/ng2-meta#build",
"ng-router-loader": "^1.0.2",
"ngc-webpack": "^1.1.0",
"node-sass": "^4.1.1",

View File

@ -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',

View File

@ -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';

View File

@ -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';