You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
declare (property) TimepickerDirective.timepicker: NgxMaterialTimepickerComponent Type 'MatDatepicker' is missing the following properties from type 'NgxMaterialTimepickerComponent': eventService, domService, timeUpdated, cancelBtnTmpl, and 32 more.ngtsc(2740)
I have the same error in Angular v15. Appears on the input with [ngxTimepicker]. <input [ngxTimepicker]="picker"> <ngx-material-timepicker #picker></ngx-material-timepicker>
Showing the Error
declare (property) TimepickerDirective.timepicker: NgxMaterialTimepickerComponent Type 'MatDatepicker' is missing the following properties from type 'NgxMaterialTimepickerComponent': eventService, domService, timeUpdated, cancelBtnTmpl, and 32 more.ngtsc(2740)
https://stackoverflow.com/questions/75614364/cannot-get-ngx-material-timepicker-to-work-in-my-angular-project
The text was updated successfully, but these errors were encountered: