ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
19 lines (18 loc) • 1.66 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./calendar.component";
import * as i2 from "./header/header.component";
import * as i3 from "./week-panel/week-panel.component";
import * as i4 from "./datepicker/datepicker.component";
import * as i5 from "./timepicker/timepicker.component";
import * as i6 from "./single-month/single-month.component";
import * as i7 from "./confirm-panel/confirm-panel.component";
import * as i8 from "./shortcut-panel/shortcut-panel.component";
import * as i9 from "@angular/common";
import * as i10 from "ng-zorro-antd-mobile/icon";
import * as i11 from "ng-zorro-antd-mobile/date-picker-view";
import * as i12 from "ng-zorro-antd-mobile/locale-provider";
export declare class CalendarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarModule, [typeof i1.CalendarComponent, typeof i2.CalendarHeaderComponent, typeof i3.CalendarWeekPanelComponent, typeof i4.CalendarDatePickerComponent, typeof i5.CalendarTimePickerComponent, typeof i6.CalendarSingleMonthComponent, typeof i7.CalendarConfirmPanelComponent, typeof i8.CalendarShortcutPanelComponent], [typeof i9.CommonModule, typeof i10.IconModule, typeof i11.DatePickerViewModule, typeof i12.LocaleProviderModule], [typeof i1.CalendarComponent, typeof i2.CalendarHeaderComponent, typeof i3.CalendarWeekPanelComponent, typeof i4.CalendarDatePickerComponent, typeof i5.CalendarTimePickerComponent, typeof i6.CalendarSingleMonthComponent, typeof i7.CalendarConfirmPanelComponent, typeof i8.CalendarShortcutPanelComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CalendarModule>;
}