I\'m trying to use the Datepicker component in Angular Material. Here is my HTML code:
Just import the
MatNativeDateModule
along with the
MatDatepickerModule
at the app.module.ts or app-routing.module.ts.
@NgModule({ imports: [ MatDatepickerModule, MatNativeDateModule ] })