UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular

20 lines (19 loc) 1.26 kB
import * as i0 from "@angular/core"; import * as i1 from "./common/chart-common.module"; import * as i2 from "./area-chart/area-chart.module"; import * as i3 from "./bar-chart/bar-chart.module"; import * as i4 from "./box-chart/box-chart.module"; import * as i5 from "./bubble-chart/bubble-chart.module"; import * as i6 from "./heat-map/heat-map.module"; import * as i7 from "./line-chart/line-chart.module"; import * as i8 from "./polar-chart/polar-chart.module"; import * as i9 from "./number-card/number-card.module"; import * as i10 from "./pie-chart/pie-chart.module"; import * as i11 from "./tree-map/tree-map.module"; import * as i12 from "./gauge/gauge.module"; export declare class NgxChartsModule { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<NgxChartsModule, never>; 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.LineChartModule, typeof i8.PolarChartModule, typeof i9.NumberCardModule, typeof i10.PieChartModule, typeof i11.TreeMapModule, typeof i12.GaugeModule]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxChartsModule>; }