UNPKG

npx-calendar

Version:

A customizable and feature-rich calendar component for Angular applications.

9 lines (8 loc) 531 B
import { CalendarEvent, CalendarThemes } from './interface/calendar.interface'; import * as i0 from "@angular/core"; export declare class NpxCalendarComponent { events: CalendarEvent[]; options: CalendarThemes; static ɵfac: i0.ɵɵFactoryDeclaration<NpxCalendarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NpxCalendarComponent, "npx-calendar", never, { "events": { "alias": "events"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>; }