1 | import { ModuleWithProviders, Provider } from '@angular/core';
|
2 | import { CalendarModuleConfig } from './common/calendar-common.module';
|
3 | import * as i0 from "@angular/core";
|
4 | import * as i1 from "./common/calendar-common.module";
|
5 | import * as i2 from "./month/calendar-month.module";
|
6 | import * as i3 from "./week/calendar-week.module";
|
7 | import * as i4 from "./day/calendar-day.module";
|
8 | export * from './common/calendar-common.module';
|
9 | export * from './month/calendar-month.module';
|
10 | export * from './week/calendar-week.module';
|
11 | export * from './day/calendar-day.module';
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 | export declare class CalendarModule {
|
28 | static forRoot(dateAdapter: Provider, config?: CalendarModuleConfig): ModuleWithProviders<CalendarModule>;
|
29 | static ɵfac: i0.ɵɵFactoryDeclaration<CalendarModule, never>;
|
30 | static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarModule, never, [typeof i1.CalendarCommonModule, typeof i2.CalendarMonthModule, typeof i3.CalendarWeekModule, typeof i4.CalendarDayModule], [typeof i1.CalendarCommonModule, typeof i2.CalendarMonthModule, typeof i3.CalendarWeekModule, typeof i4.CalendarDayModule]>;
|
31 | static ɵinj: i0.ɵɵInjectorDeclaration<CalendarModule>;
|
32 | }
|