coachcare / npm-datepicker

Material Datepicker Fork with TimePicker by CoachCare
MIT License
32 stars 18 forks source link

mat-datepicker not a known element #20

Closed kevinclerc closed 5 years ago

kevinclerc commented 6 years ago

Hey guys. I have some trouble to get this package to work.

I have some lazy loaded modules in which I want to use the datepicker. I added the imports of the modules into the core module. Do I have to add something also in the Lazy modules to get this to work?

The error says that ERROR in : 'mat-datepicker' is not a known element:.

Any help very appreciated

matheo commented 5 years ago

@kclercR310 be sure to import the MatDatepickerModule and MatMomentDateModule in your lazy NgModule: https://github.com/selvera/npm-datepicker#installation