Client: update ng2-meta
This commit is contained in:
parent
c16ce1de8e
commit
cdcbc81077
|
@ -55,7 +55,7 @@
|
||||||
"json-loader": "^0.5.4",
|
"json-loader": "^0.5.4",
|
||||||
"ng2-bootstrap": "1.1.16-10",
|
"ng2-bootstrap": "1.1.16-10",
|
||||||
"ng2-file-upload": "^1.1.4-2",
|
"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",
|
"ng-router-loader": "^1.0.2",
|
||||||
"ngc-webpack": "^1.1.0",
|
"ngc-webpack": "^1.1.0",
|
||||||
"node-sass": "^4.1.1",
|
"node-sass": "^4.1.1",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import { Component, ViewContainerRef } from '@angular/core';
|
import { Component, ViewContainerRef } from '@angular/core';
|
||||||
import { Router } from '@angular/router';
|
import { Router } from '@angular/router';
|
||||||
|
|
||||||
import { MetaService } from 'ng2-meta/src';
|
import { MetaService } from 'ng2-meta';
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'my-app',
|
selector: 'my-app',
|
||||||
templateUrl: './app.component.html',
|
templateUrl: './app.component.html',
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { ApplicationRef, NgModule } from '@angular/core';
|
||||||
import { BrowserModule } from '@angular/platform-browser';
|
import { BrowserModule } from '@angular/platform-browser';
|
||||||
import { removeNgStyles, createNewHosts } from '@angularclass/hmr';
|
import { removeNgStyles, createNewHosts } from '@angularclass/hmr';
|
||||||
|
|
||||||
import { MetaModule, MetaConfig } from 'ng2-meta/src';
|
import { MetaModule, MetaConfig } from 'ng2-meta';
|
||||||
import 'bootstrap-loader';
|
import 'bootstrap-loader';
|
||||||
|
|
||||||
import { ENV_PROVIDERS } from './environment';
|
import { ENV_PROVIDERS } from './environment';
|
||||||
|
|
|
@ -2,7 +2,7 @@ import { setInterval, setTimeout } from 'timers'
|
||||||
import { Component, ElementRef, NgZone, OnDestroy, OnInit, ViewChild } from '@angular/core';
|
import { Component, ElementRef, NgZone, OnDestroy, OnInit, ViewChild } from '@angular/core';
|
||||||
import { ActivatedRoute } from '@angular/router';
|
import { ActivatedRoute } from '@angular/router';
|
||||||
|
|
||||||
import { MetaService } from 'ng2-meta/src';
|
import { MetaService } from 'ng2-meta';
|
||||||
import * as videojs from 'video.js';
|
import * as videojs from 'video.js';
|
||||||
|
|
||||||
import { VideoMagnetComponent } from './video-magnet.component';
|
import { VideoMagnetComponent } from './video-magnet.component';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user