I am using Angular material calendar (i.e) mat-calendar. I am trying to highlight some of the dates in the calendar. But I couldn't see any documentation on that. Can anyone help me on that.
HTML
<mat-card>
<mat-calendar name="appoinment_date" [selected]="selectedDate (selectedChange)="onSelect($event)"></mat-calendar>
</mat-card>
TS
onSelect(event){
this.selectedDate= event;
}
What I am Getting //Can only select dates
What I want is // Should able to highlight dates