UNPKG

841 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./area-chart.component";
3import * as i2 from "./area-chart-normalized.component";
4import * as i3 from "./area-chart-stacked.component";
5import * as i4 from "./area-series.component";
6import * as i5 from "../common/chart-common.module";
7export declare class AreaChartModule {
8 static ɵfac: i0.ɵɵFactoryDeclaration<AreaChartModule, never>;
9 static ɵmod: i0.ɵɵNgModuleDeclaration<AreaChartModule, [typeof i1.AreaChartComponent, typeof i2.AreaChartNormalizedComponent, typeof i3.AreaChartStackedComponent, typeof i4.AreaSeriesComponent], [typeof i5.ChartCommonModule], [typeof i1.AreaChartComponent, typeof i2.AreaChartNormalizedComponent, typeof i3.AreaChartStackedComponent, typeof i4.AreaSeriesComponent]>;
10 static ɵinj: i0.ɵɵInjectorDeclaration<AreaChartModule>;
11}