Agranom / ngx-material-timepicker

Material desing timepicker for Angular 6.0+
https://agranom.github.io/ngx-material-timepicker/
MIT License
340 stars 140 forks source link

In my Angular 14 project ngx-material-timepicker is not working. #428

Open saranganoob opened 1 year ago

saranganoob commented 1 year ago

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

Agranom commented 1 year ago

@saranganoob How to reproduce it?

daitro123 commented 11 months ago

I have the same error in Angular v15. Appears on the input with [ngxTimepicker]. <input [ngxTimepicker]="picker"> <ngx-material-timepicker #picker></ngx-material-timepicker>