We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74c8e8 commit 7e7af92Copy full SHA for 7e7af92
src/components/week/calendarWeekViewEvent.component.ts
@@ -13,6 +13,7 @@ import { WeekViewEvent } from 'calendar-utils';
13
[ngClass]="weekEvent.event?.cssClass"
14
[mwlCalendarTooltip]="weekEvent.event.title | calendarEventTitle:'weekTooltip':weekEvent.event"
15
[tooltipPlacement]="tooltipPlacement">
16
+ <mwl-calendar-event-actions [event]="weekEvent.event"></mwl-calendar-event-actions>
17
<mwl-calendar-event-title
18
[event]="weekEvent.event"
19
view="week"
0 commit comments