mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-23 08:24:07 +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,7 @@ import {Component, ViewEncapsulation} from '@angular/core';
|
|||
|
||||
import {PieChartService} from './pieChart.service';
|
||||
|
||||
import './pieChart.loader.ts';
|
||||
import 'easy-pie-chart/dist/jquery.easypiechart.js';
|
||||
import 'style-loader!./pieChart.scss';
|
||||
|
||||
@Component({
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
import 'easy-pie-chart/dist/jquery.easypiechart.js';
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
import {Component} from '@angular/core';
|
||||
|
||||
import './trafficChart.loader.ts';
|
||||
import {TrafficChartService} from './trafficChart.service';
|
||||
import * as Chart from 'chart.js';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
import * as GoogleMapsLoader from 'google-maps';
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
import {Component, ElementRef} from '@angular/core';
|
||||
|
||||
import './leafletMaps.loader';
|
||||
import 'leaflet-map';
|
||||
|
||||
@Component({
|
||||
selector: 'leaflet-maps',
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
import 'leaflet-map';
|
||||
Loading…
Add table
Add a link
Reference in a new issue