mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
line chart doesn't need loader as amchart loaded through the amchart component
This commit is contained in:
parent
f7c60365f3
commit
55fd4e476f
2 changed files with 0 additions and 3 deletions
|
|
@ -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';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
require('amcharts3');
|
|
||||||
require('amcharts3/amcharts/serial.js');
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue