Trying to add tooltip to angular material calendar dates.I tried with matToolTip but nothing comes up on hover.
<mat-calendar [dateClass]="dateClass()" [startAt]="month" [selected]="selectedDate"
(selectedChange)="onSelect($event)" matTooltip="Info about the action">
</mat-calendar>