igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
17 lines (16 loc) • 1.51 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./calendar.component";
import * as i2 from "./days-view/days-view.component";
import * as i3 from "./months-view/months-view.component";
import * as i4 from "./years-view/years-view.component";
import * as i5 from "./month-picker/month-picker.component";
import * as i6 from "./calendar.directives";
/**
* @hidden
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
*/
export declare class IgxCalendarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCalendarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxCalendarModule, never, [typeof i1.IgxCalendarComponent, typeof i2.IgxDaysViewComponent, typeof i3.IgxMonthsViewComponent, typeof i4.IgxYearsViewComponent, typeof i5.IgxMonthPickerComponent, typeof i6.IgxCalendarHeaderTemplateDirective, typeof i6.IgxCalendarHeaderTitleTemplateDirective, typeof i6.IgxCalendarMonthDirective, typeof i6.IgxCalendarYearDirective, typeof i6.IgxCalendarSubheaderTemplateDirective], [typeof i1.IgxCalendarComponent, typeof i2.IgxDaysViewComponent, typeof i3.IgxMonthsViewComponent, typeof i4.IgxYearsViewComponent, typeof i5.IgxMonthPickerComponent, typeof i6.IgxCalendarHeaderTemplateDirective, typeof i6.IgxCalendarHeaderTitleTemplateDirective, typeof i6.IgxCalendarMonthDirective, typeof i6.IgxCalendarYearDirective, typeof i6.IgxCalendarSubheaderTemplateDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxCalendarModule>;
}