@asadi/angular-date-components
Version:
`Angular Date Components` is a comprehensive angular library of date-related components designed to meet the needs of applications that require localization based on various calendar systems. While the package currently includes two powerful components (S
12 lines (11 loc) • 850 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/adcday-view/adcday-view.component";
import * as i2 from "./components/adcweek-view/adcweek-view.component";
import * as i3 from "./components/adcmonth-view/adcmonth-view.component";
import * as i4 from "@angular/common";
import * as i5 from "@asadi/angular-date-components/core";
export declare class ADCSchedulerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ADCSchedulerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ADCSchedulerModule, [typeof i1.ADCDayViewComponent, typeof i2.ADCWeekViewComponent, typeof i3.ADCMonthViewComponent], [typeof i4.CommonModule, typeof i5.ADCTableComponent], [typeof i1.ADCDayViewComponent, typeof i2.ADCWeekViewComponent, typeof i3.ADCMonthViewComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ADCSchedulerModule>;
}