@obliczeniowo/elementary
Version:
Library made in Angular version 19
13 lines (12 loc) • 937 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/events-list/events-list.component";
import * as i2 from "./components/calendar/calendar.component";
import * as i3 from "./components/month-control/month-control.component";
import * as i4 from "./components/calendar-event/calendar-event.component";
import * as i5 from "@angular/common";
import * as i6 from "@obliczeniowo/elementary/icons";
export declare class DateModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DateModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DateModule, [typeof i1.EventsListComponent, typeof i2.CalendarComponent, typeof i3.MonthControlComponent, typeof i4.CalendarEventComponent], [typeof i5.CommonModule, typeof i6.IconsModule], [typeof i1.EventsListComponent, typeof i2.CalendarComponent, typeof i3.MonthControlComponent, typeof i4.CalendarEventComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DateModule>;
}