UNPKG

@rfprodz/client-d3-charts

Version:

Angular chart components based on D3JS (https://d3js.org).

21 lines (20 loc) 2.14 kB
import * as i0 from "@angular/core"; import * as i1 from "./components/gauge-chart/gauge-chart.component"; import * as i2 from "./components/pie-chart/pie-chart.component"; import * as i3 from "./components/radar-chart/radar-chart.component"; import * as i4 from "./components/force-directed-chart/force-directed-chart.component"; import * as i5 from "./components/bar-chart/bar-chart.component"; import * as i6 from "./components/line-chart/line-chart.component"; import * as i7 from "./components/chart-examples/chart-examples.component"; import * as i8 from "./components/chart-examples-line/chart-examples-line.component"; import * as i9 from "./components/chart-examples-radar/chart-examples-radar.component"; import * as i10 from "./components/chart-examples-bar/chart-examples-bar.component"; import * as i11 from "./components/chart-examples-pie/chart-examples-pie.component"; import * as i12 from "./components/chart-examples-gauge/chart-examples-gauge.component"; import * as i13 from "./components/chart-examples-force-directed/chart-examples-force-directed.component"; import * as i14 from "@angular/common"; export declare class AppD3ChartsModule { static ɵfac: i0.ɵɵFactoryDeclaration<AppD3ChartsModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<AppD3ChartsModule, [typeof i1.AppGaugeChartComponent, typeof i2.AppPieChartComponent, typeof i3.AppRadarChartComponent, typeof i4.AppForceDirectedChartComponent, typeof i5.AppBarChartComponent, typeof i6.AppLineChartComponent, typeof i7.AppChartExamplesComponent, typeof i8.AppChartExamplesLineComponent, typeof i9.AppChartExamplesRadaraComponent, typeof i10.AppChartExamplesBarComponent, typeof i11.AppChartExamplesPieComponent, typeof i12.AppChartExamplesGaugeComponent, typeof i13.AppChartExamplesForceDirectedComponent], [typeof i14.CommonModule], [typeof i1.AppGaugeChartComponent, typeof i2.AppPieChartComponent, typeof i3.AppRadarChartComponent, typeof i4.AppForceDirectedChartComponent, typeof i5.AppBarChartComponent, typeof i6.AppLineChartComponent, typeof i7.AppChartExamplesComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<AppD3ChartsModule>; }