We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445b74f commit 132d990Copy full SHA for 132d990
src/components/day/calendarAllDayEvent.component.ts
@@ -9,12 +9,12 @@ import { CalendarEvent } from 'calendar-utils';
9
class="cal-all-day-event"
10
[style.backgroundColor]="event.color.secondary"
11
[style.borderColor]="event.color.primary">
12
+ <mwl-calendar-event-actions [event]="event"></mwl-calendar-event-actions>
13
<mwl-calendar-event-title
14
[event]="event"
15
view="day"
16
(mwlClick)="eventClicked.emit()">
17
</mwl-calendar-event-title>
- <mwl-calendar-event-actions [event]="event"></mwl-calendar-event-actions>
18
</div>
19
</ng-template>
20
<ng-template
0 commit comments