ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
10 lines (9 loc) • 790 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./calendar-header.component";
import * as i2 from "./calendar.component";
import * as i3 from "./calendar-cells";
export declare class NzCalendarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NzCalendarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NzCalendarModule, never, [typeof i1.NzCalendarHeaderComponent, typeof i2.NzCalendarComponent, typeof i3.NzDateCellDirective, typeof i3.NzDateFullCellDirective, typeof i3.NzMonthCellDirective, typeof i3.NzMonthFullCellDirective], [typeof i2.NzCalendarComponent, typeof i3.NzDateCellDirective, typeof i3.NzDateFullCellDirective, typeof i3.NzMonthCellDirective, typeof i3.NzMonthFullCellDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NzCalendarModule>;
}