1 | import * as i0 from "@angular/core";
|
2 | import * as i1 from "./linear-gauge.component";
|
3 | import * as i2 from "./gauge.component";
|
4 | import * as i3 from "./gauge-arc.component";
|
5 | import * as i4 from "./gauge-axis.component";
|
6 | import * as i5 from "../common/chart-common.module";
|
7 | import * as i6 from "../pie-chart/pie-chart.module";
|
8 | import * as i7 from "../bar-chart/bar-chart.module";
|
9 | export 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 | }
|