UNPKG

747 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./polar-chart.component";
3import * as i2 from "./polar-series.component";
4import * as i3 from "../common/chart-common.module";
5import * as i4 from "../pie-chart/pie-chart.module";
6import * as i5 from "../line-chart/line-chart.module";
7export declare class PolarChartModule {
8 static ɵfac: i0.ɵɵFactoryDeclaration<PolarChartModule, never>;
9 static ɵmod: i0.ɵɵNgModuleDeclaration<PolarChartModule, [typeof i1.PolarChartComponent, typeof i2.PolarSeriesComponent], [typeof i3.ChartCommonModule, typeof i4.PieChartModule, typeof i5.LineChartModule], [typeof i1.PolarChartComponent, typeof i2.PolarSeriesComponent]>;
10 static ɵinj: i0.ɵɵInjectorDeclaration<PolarChartModule>;
11}