@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) • 888 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/adc-week-view/adc-week-view.component";
import * as i2 from "./components/adc-month-view/adc-month-view.component";
import * as i3 from "./components/adc-day-view/adc-day-view.component";
import * as i4 from "@angular/common";
import * as i5 from "@asadi/angular-date-components/core";
export declare class AdcResourceSchedulerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AdcResourceSchedulerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AdcResourceSchedulerModule, [typeof i1.ADCWeekViewComponent, typeof i2.ADCMonthViewComponent, typeof i3.ADCDayViewComponent], [typeof i4.CommonModule, typeof i5.ADCTableComponent], [typeof i1.ADCWeekViewComponent, typeof i2.ADCMonthViewComponent, typeof i3.ADCDayViewComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AdcResourceSchedulerModule>;
}