mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
feat(loader): remove loaders
This commit is contained in:
parent
3fa775f262
commit
1c10938efe
15 changed files with 12 additions and 23 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue