angular-calendar
Version:
A calendar component for angular 15.0+ that can display events on a month, week or day view
11 lines (10 loc) • 564 B
TypeScript
import { TemplateRef } from '@angular/core';
import { CalendarEvent } from 'calendar-utils';
import * as i0 from "@angular/core";
export declare class CalendarEventTitleComponent {
event: CalendarEvent;
customTemplate: TemplateRef<any>;
view: string;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarEventTitleComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarEventTitleComponent, "mwl-calendar-event-title", never, { "event": "event"; "customTemplate": "customTemplate"; "view": "view"; }, {}, never, never, false, never>;
}