UNPKG

ipsos-components

Version:

Material Design components for Angular

19 lines (18 loc) 636 B
<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" [label]="_yearLabel" [rows]="_months" [todayValue]="_todayMonth" [selectedValue]="_selectedMonth" [labelMinRequiredCells]="2" [numCols]="4" [cellAspectRatio]="4 / 7" [activeCell]="_dateAdapter.getMonth(activeDate)" (selectedValueChange)="_monthSelected($event)"> </tbody> </table>