ng19-date-picker
Version:
https://github.com/vlio20/angular-datepicker
23 lines (22 loc) • 1.82 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./date-picker/date-picker.component";
import * as i2 from "./date-picker/date-picker.directive";
import * as i3 from "./day-calendar/day-calendar.component";
import * as i4 from "./month-calendar/month-calendar.component";
import * as i5 from "./calendar-nav/calendar-nav.component";
import * as i6 from "./time-select/time-select.component";
import * as i7 from "./day-time-calendar/day-time-calendar.component";
import * as i8 from "@angular/common";
import * as i9 from "@angular/forms";
import * as i10 from "@angular/cdk/overlay";
export { DatePickerComponent } from './date-picker/date-picker.component';
export { DatePickerDirective } from './date-picker/date-picker.directive';
export { DayCalendarComponent } from './day-calendar/day-calendar.component';
export { DayTimeCalendarComponent } from './day-time-calendar/day-time-calendar.component';
export { TimeSelectComponent } from './time-select/time-select.component';
export { MonthCalendarComponent } from './month-calendar/month-calendar.component';
export declare class DpDatePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DpDatePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DpDatePickerModule, [typeof i1.DatePickerComponent, typeof i2.DatePickerDirective, typeof i3.DayCalendarComponent, typeof i4.MonthCalendarComponent, typeof i5.CalendarNavComponent, typeof i6.TimeSelectComponent, typeof i7.DayTimeCalendarComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.OverlayModule], [typeof i1.DatePickerComponent, typeof i2.DatePickerDirective, typeof i4.MonthCalendarComponent, typeof i3.DayCalendarComponent, typeof i6.TimeSelectComponent, typeof i7.DayTimeCalendarComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DpDatePickerModule>;
}