feat(loader): remove loaders

This commit is contained in:
Alexander Zhukov 2017-01-21 17:22:19 +03:00
parent 3fa775f262
commit 1c10938efe
15 changed files with 12 additions and 23 deletions

View file

@ -2,7 +2,14 @@ import {Component, ViewChild, Input, Output, ElementRef, EventEmitter} from '@an
import {BaThemePreloader} from '../../../theme/services';
import './baAmChart.loader.ts';
import 'amcharts3';
import 'amcharts3/amcharts/plugins/responsive/responsive.js';
import 'amcharts3/amcharts/serial.js';
import 'ammap3';
import 'ammap3/ammap/maps/js/worldLow';
import {BaAmChartThemeService} from './baAmChartTheme.service';
import 'style-loader!./baAmChart.scss';