1 | import * as i0 from "@angular/core";
|
2 | import * as i1 from "./axis-label.component";
|
3 | import * as i2 from "./x-axis.component";
|
4 | import * as i3 from "./x-axis-ticks.component";
|
5 | import * as i4 from "./y-axis.component";
|
6 | import * as i5 from "./y-axis-ticks.component";
|
7 | import * as i6 from "@angular/common";
|
8 | export 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 | }
|