mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
chartist component
This commit is contained in:
parent
8b0015679b
commit
36288562e6
5 changed files with 282 additions and 56 deletions
1
src/custom-typings.d.ts
vendored
1
src/custom-typings.d.ts
vendored
|
|
@ -34,6 +34,7 @@ declare var GoogleMapsLoader:any;
|
|||
declare var L:any;
|
||||
declare var AmCharts:any;
|
||||
declare var Chart:any;
|
||||
declare var Chartist:any;
|
||||
|
||||
// Extra variables that live on Global that will be replaced by webpack DefinePlugin
|
||||
declare var ENV: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue