1 | import * as i0 from "@angular/core";
|
2 | import * as i1 from "./common/chart-common.module";
|
3 | import * as i2 from "./area-chart/area-chart.module";
|
4 | import * as i3 from "./bar-chart/bar-chart.module";
|
5 | import * as i4 from "./box-chart/box-chart.module";
|
6 | import * as i5 from "./bubble-chart/bubble-chart.module";
|
7 | import * as i6 from "./heat-map/heat-map.module";
|
8 | import * as i7 from "./sankey/sankey.module";
|
9 | import * as i8 from "./line-chart/line-chart.module";
|
10 | import * as i9 from "./polar-chart/polar-chart.module";
|
11 | import * as i10 from "./number-card/number-card.module";
|
12 | import * as i11 from "./pie-chart/pie-chart.module";
|
13 | import * as i12 from "./tree-map/tree-map.module";
|
14 | import * as i13 from "./gauge/gauge.module";
|
15 | export declare class NgxChartsModule {
|
16 | constructor();
|
17 | static ɵfac: i0.ɵɵFactoryDeclaration<NgxChartsModule, never>;
|
18 | static ɵmod: i0.ɵɵNgModuleDeclaration<NgxChartsModule, never, never, [typeof i1.ChartCommonModule, typeof i2.AreaChartModule, typeof i3.BarChartModule, typeof i4.BoxChartModule, typeof i5.BubbleChartModule, typeof i6.HeatMapModule, typeof i7.SankeyModule, typeof i8.LineChartModule, typeof i9.PolarChartModule, typeof i10.NumberCardModule, typeof i11.PieChartModule, typeof i12.TreeMapModule, typeof i13.GaugeModule]>;
|
19 | static ɵinj: i0.ɵɵInjectorDeclaration<NgxChartsModule>;
|
20 | }
|