UNPKG

1.67 kBTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2import * as i0 from "@angular/core";
3import * as i1 from "./datepicker.directive";
4import * as i2 from "./datepicker-container.component";
5import * as i3 from "./calendar-with-time.component";
6import * as i4 from "./date-timepicker.component";
7import * as i5 from "./datepicker.component";
8import * as i6 from "../cdk/overlay/overlay.module";
9import * as i7 from "../calendar/calendar.module";
10import * as i8 from "../calendar/calendar-range.module";
11import * as i9 from "../card/card.module";
12import * as i10 from "../calendar/base-calendar.module";
13import * as i11 from "../timepicker/timepicker.module";
14import * as i12 from "../calendar-kit/calendar-kit.module";
15export declare class NbDatepickerModule {
16 static forRoot(): ModuleWithProviders<NbDatepickerModule>;
17 static ɵfac: i0.ɵɵFactoryDeclaration<NbDatepickerModule, never>;
18 static ɵmod: i0.ɵɵNgModuleDeclaration<NbDatepickerModule, [typeof i1.NbDatepickerDirective, typeof i2.NbDatepickerContainerComponent, typeof i3.NbCalendarWithTimeComponent, typeof i4.NbDateTimePickerComponent, typeof i5.NbDatepickerComponent, typeof i5.NbRangepickerComponent, typeof i5.NbBasePickerComponent], [typeof i6.NbOverlayModule, typeof i7.NbCalendarModule, typeof i8.NbCalendarRangeModule, typeof i9.NbCardModule, typeof i10.NbBaseCalendarModule, typeof i11.NbTimepickerModule, typeof i12.NbCalendarKitModule], [typeof i1.NbDatepickerDirective, typeof i5.NbDatepickerComponent, typeof i5.NbRangepickerComponent, typeof i4.NbDateTimePickerComponent, typeof i3.NbCalendarWithTimeComponent]>;
19 static ɵinj: i0.ɵɵInjectorDeclaration<NbDatepickerModule>;
20}