"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",
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',
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';
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';