UNPKG

917 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./linear-gauge.component";
3import * as i2 from "./gauge.component";
4import * as i3 from "./gauge-arc.component";
5import * as i4 from "./gauge-axis.component";
6import * as i5 from "../common/chart-common.module";
7import * as i6 from "../pie-chart/pie-chart.module";
8import * as i7 from "../bar-chart/bar-chart.module";
9export declare class GaugeModule {
10 static ɵfac: i0.ɵɵFactoryDeclaration<GaugeModule, never>;
11 static ɵmod: i0.ɵɵNgModuleDeclaration<GaugeModule, [typeof i1.LinearGaugeComponent, typeof i2.GaugeComponent, typeof i3.GaugeArcComponent, typeof i4.GaugeAxisComponent], [typeof i5.ChartCommonModule, typeof i6.PieChartModule, typeof i7.BarChartModule], [typeof i1.LinearGaugeComponent, typeof i2.GaugeComponent, typeof i3.GaugeArcComponent, typeof i4.GaugeAxisComponent]>;
12 static ɵinj: i0.ɵɵInjectorDeclaration<GaugeModule>;
13}