Icard/angular-clarity-master(work.../node_modules/@swimlane/ngx-charts/lib/ngx-charts.module.d.ts

21 lines
1.3 KiB
TypeScript

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 "./sankey/sankey.module";
import * as i8 from "./line-chart/line-chart.module";
import * as i9 from "./polar-chart/polar-chart.module";
import * as i10 from "./number-card/number-card.module";
import * as i11 from "./pie-chart/pie-chart.module";
import * as i12 from "./tree-map/tree-map.module";
import * as i13 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.SankeyModule, typeof i8.LineChartModule, typeof i9.PolarChartModule, typeof i10.NumberCardModule, typeof i11.PieChartModule, typeof i12.TreeMapModule, typeof i13.GaugeModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxChartsModule>;
}