Updating mat-calendar date css on an event
I am trying to update the css of specific dates in mat calendar, when the user clicks on a button. This is the code I have: app.component.ts: import { Component, ViewEncapsulation } from '@angular/core'; import { MatCalendarCellClassFunction } from '@angular/material/datepicker';…