I want to add new angular material calendar.When our mouse pointer in calendar date, it should be highlighted .is there any materials to achieve this task.
2 Answers
The built-in datepicker control of Material library comes with an internal Calendar component.
<mat-calendar><mat-calendar>
Read more about the calendar here:
https://onthecode.co.uk/angular-material-calendar-component/
Comments
I was also looking for this. These components seems to be the best: https://github.com/mattlewis92/angular-calendar and https://angular-material-calendar.bradb.net/# Cheers!