MatDatepicker: No provider found for DateAdapter. You must import one of the following modules at your application root: MatNativeDateModule

I got, Here working fine Just import the modules in APP.MODULE.TS file

import {MatNativeDateModule} from '@angular/material/core';
imports: [

...

MatNativeDateModule 
],

Leave a Comment

tech