Allocate specific days for Angular Material Datepicker (> ng2)

Is it possible to highlight some days / months (in year view) with Angular Material Datepicker? Similar to how the displayed dates should be tested against a function in the component that contains the datepicker, and if this function returns true, a CSS class should be added. So basically something like for the days / months displayed (when viewed in a year).


ngClass

+3


source to share





All Articles