Worked for me (Angular 19):
In the @Component of the .ts file, add -> providers: [provideNativeDateAdapter()]
Don't forget the importation -> import {provideNativeDateAdapter} from '@angular/material/core';