asa-date-picker
Version:
An Angular date picker component supporting Gregorian and Persian (Jalali/Shamsi) calendars, powered by Asa Co.
13 lines (12 loc) • 1.03 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./asa-date-picker.component";
import * as i2 from "./date-picker-popup/date-picker-popup.component";
import * as i3 from "./utils/input-mask.directive";
import * as i4 from "./utils/overlay/overlay";
import * as i5 from "./time-picker/time-picker.component";
import * as i6 from "./utils/template.directive";
export declare class AsaDatePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AsaDatePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AsaDatePickerModule, never, [typeof i1.AsaDatePickerComponent, typeof i2.DatePickerPopupComponent, typeof i3.DateMaskDirective, typeof i4.NzConnectedOverlayDirective, typeof i5.TimePickerComponent, typeof i6.CustomTemplate], [typeof i1.AsaDatePickerComponent, typeof i5.TimePickerComponent, typeof i2.DatePickerPopupComponent, typeof i3.DateMaskDirective, typeof i4.NzConnectedOverlayDirective, typeof i6.CustomTemplate]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AsaDatePickerModule>;
}