We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75700d1 + 70f86c9 commit 1b00629Copy full SHA for 1b00629
projects/igniteui-angular/src/lib/calendar/calendar.component.html
@@ -47,13 +47,13 @@ <h2 class="igx-calendar__header-date">
47
[@animateChange]="animationAction"
48
(@animateChange.done)="animationDone($event)">
49
<igx-days-view *ngFor="let view of dayViews; index as i;" [changeDaysView]="true" #days
50
+ [selection]="selection"
51
[locale]="locale"
52
[value]="value"
53
[viewDate]="getViewDate(i)"
54
[weekStart]="weekStart"
55
[formatOptions]="formatOptions"
56
[formatViews]="formatViews"
- [selection]="selection"
57
[disabledDates]="disabledDates"
58
[specialDates]="specialDates"
59
[hideOutsideDays]="hideOutsideDays"
0 commit comments