UNPKG

angular-dashboard-calendar

Version:

The only ever calendar module in npm

16 lines (15 loc) 555 B
import * as i0 from "@angular/core"; export declare class DashboardCalendarComponent { currentMonth: any; currentDate: any; calendarDays: HTMLElement | null; today: Date; date: Date; days: any; constructor(); ngOnInit(): void; renderCalendar(): void; nextMonth(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DashboardCalendarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<DashboardCalendarComponent, "angular-dashboard-calendar", never, {}, {}, never, never, false, never>; }