Although I have used import { MatDatepickerModule } from '@angular/material/datepicker'; These are the errors:
ERROR Error: MatDatepicker: No provider found for DateAdapter. You must import one of the following modules at your application root: MatNativeDateModule, MatMomentDateModule, or provide a custom implementation.
at createMissingDateImplError (datepicker.js:160)
at new MatDatepickerInputBase (datepicker.js:3031)
at new MatDatepickerInput (datepicker.js:3283)