@syncfusion/ej2-angular-calendars
Version:
A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular
12 lines (11 loc) • 547 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./datetimepicker.component";
import * as i2 from "@angular/common";
/**
* NgModule definition for the DateTimePicker component.
*/
export declare class DateTimePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DateTimePickerModule, [typeof i1.DateTimePickerComponent], [typeof i2.CommonModule], [typeof i1.DateTimePickerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DateTimePickerModule>;
}