@swimlane/ngx-charts
Version:
Declarative Charting Framework for Angular
13 lines (12 loc) • 836 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./axis-label.component";
import * as i2 from "./x-axis.component";
import * as i3 from "./x-axis-ticks.component";
import * as i4 from "./y-axis.component";
import * as i5 from "./y-axis-ticks.component";
import * as i6 from "@angular/common";
export declare class AxesModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AxesModule, never>;
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]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AxesModule>;
}