UNPKG

igniteui-angular-sovn

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

17 lines (15 loc) 600 B
<div class="igx-calendar__body"> <div class="igx-calendar__body-row igx-calendar__body-row--wrap"> <span class="igx-calendar__month" role="button" [attr.aria-label]="month | date: 'LLLL'" [igxCalendarMonth]="month" [date]="date" [attr.tabindex]="activeMonth === month.getMonth() ? 0 : -1" (monthSelection)="selectMonth($event)" [index]="i" *ngFor="let month of months; index as i; trackBy: monthTracker"> {{ formattedMonth(month) | titlecase }} </span> </div> </div>