Im using matDatepickerFilter from mat-datepicker(Angular Material), if my data change when panel is open, it is not updated, as if there was a ChangeDetectionStrategy issue.
How can I force change detection ?
I have created a blitz.
To try it:
click on input
wait for 2 seconds
click on disabled date for refresh panel.
Thanks for you help.