ipsos-components
Version:
Material Design components for Angular
19 lines (18 loc) • 636 B
HTML
<table class="mat-calendar-table">
<thead class="mat-calendar-table-header">
<tr><th class="mat-calendar-table-header-divider" colspan="4"></th></tr>
</thead>
<tbody mat-calendar-body
role="grid"
allowDisabledSelection="true"
[]="_yearLabel"
[]="_months"
[]="_todayMonth"
[]="_selectedMonth"
[]="2"
[]="4"
[]="4 / 7"
[]="_dateAdapter.getMonth(activeDate)"
(selectedValueChange)="_monthSelected($event)">
</tbody>
</table>