Skip to content

Commit

Permalink
fix(week-view): allDayEventsLabelTemplate rendered outside of contain…
Browse files Browse the repository at this point in the history
…er (#1708)
  • Loading branch information
mskubenich committed Apr 19, 2024
1 parent b804f9a commit 46ea34d
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ export interface CalendarWeekViewBeforeRenderEvent extends WeekView {
(dragLeave)="dragLeave('allDay')"
>
<div class="cal-day-columns">
<div
class="cal-time-label-column"
[ngTemplateOutlet]="allDayEventsLabelTemplate"
></div>
<div class="cal-time-label-column">
<ng-container
*ngTemplateOutlet="allDayEventsLabelTemplate"
></ng-container>
</div>
<div
class="cal-day-column"
*ngFor="let day of days; trackBy: trackByWeekDayHeaderDate"
Expand Down

0 comments on commit 46ea34d

Please sign in to comment.