feat(dependencies): update angular to 2.4.3. DLL Integration

This commit is contained in:
Alexander Zhukov 2017-01-20 18:18:59 +03:00
parent 4112676ae9
commit ea7342008a
21 changed files with 175 additions and 135 deletions

View file

@ -3,7 +3,7 @@ import {Component, ViewEncapsulation} from '@angular/core';
import {PieChartService} from './pieChart.service';
import './pieChart.loader.ts';
import 'style!./pieChart.scss';
import 'style-loader!./pieChart.scss';
@Component({
selector: 'pie-chart',