diff --git a/library/src/lib/calendar/calendar.component.ts b/library/src/lib/calendar/calendar.component.ts index 66e26f5d591..d0faddf4910 100644 --- a/library/src/lib/calendar/calendar.component.ts +++ b/library/src/lib/calendar/calendar.component.ts @@ -888,6 +888,7 @@ export class CalendarComponent implements OnInit, OnDestroy, AfterViewChecked, C this.date = new Date(); } this.constructCalendar(); + this.constructCalendarYearsList(); this.calendarId = this.hasher.hash(); if (this.month) { this.selectMonth(this.month);