line chart doesn't need loader as amchart loaded through the amchart component

This commit is contained in:
nixa 2016-05-06 16:14:31 +03:00
parent f7c60365f3
commit 55fd4e476f
2 changed files with 0 additions and 3 deletions

View file

@ -1,6 +1,5 @@
import {Component, ViewEncapsulation} from 'angular2/core'; import {Component, ViewEncapsulation} from 'angular2/core';
import './lineChart.loader.ts';
import {LineChartService} from './lineChart.service'; import {LineChartService} from './lineChart.service';
import {BaAmChart} from '../../../theme/components'; import {BaAmChart} from '../../../theme/components';

View file

@ -1,2 +0,0 @@
require('amcharts3');
require('amcharts3/amcharts/serial.js');