calendar.module.d.ts 790 B

123456789
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./calendar-header.component";
  3. import * as i2 from "./calendar.component";
  4. import * as i3 from "./calendar-cells";
  5. export declare class NzCalendarModule {
  6. static ɵfac: i0.ɵɵFactoryDeclaration<NzCalendarModule, never>;
  7. 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]>;
  8. static ɵinj: i0.ɵɵInjectorDeclaration<NzCalendarModule>;
  9. }