UNPKG

836 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./axis-label.component";
3import * as i2 from "./x-axis.component";
4import * as i3 from "./x-axis-ticks.component";
5import * as i4 from "./y-axis.component";
6import * as i5 from "./y-axis-ticks.component";
7import * as i6 from "@angular/common";
8export declare class AxesModule {
9 static ɵfac: i0.ɵɵFactoryDeclaration<AxesModule, never>;
10 static ɵmod: i0.ɵɵNgModuleDeclaration<AxesModule, [typeof i1.AxisLabelComponent, typeof i2.XAxisComponent, typeof i3.XAxisTicksComponent, typeof i4.YAxisComponent, typeof i5.YAxisTicksComponent], [typeof i6.CommonModule], [typeof i1.AxisLabelComponent, typeof i2.XAxisComponent, typeof i3.XAxisTicksComponent, typeof i4.YAxisComponent, typeof i5.YAxisTicksComponent]>;
11 static ɵinj: i0.ɵɵInjectorDeclaration<AxesModule>;
12}