MHzarini / ngx-time-duration-picker

A generic time duration picker Angular component (v2+)
2 stars 7 forks source link

Ngx-time-duration-picker not working in angular 10 #22

Open OwenKelvin opened 3 years ago

OwenKelvin commented 3 years ago

Below is the error while trying to implement

ERROR in node_modules/ngx-time-duration-picker/lib/ngx-time-duration-picker.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of ELearningEd itCourseModule, but could not be resolved to an NgModule class.
This likely means that the library (ngx-time-duration-picker) which declares NgxTimeDurationPickerModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

1 export declare class NgxTimeDurationPickerModule {

experimint commented 3 years ago

Below is the error while trying to implement

ERROR in node_modules/ngx-time-duration-picker/lib/ngx-time-duration-picker.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of ELearningEd itCourseModule, but could not be resolved to an NgModule class. This likely means that the library (ngx-time-duration-picker) which declares NgxTimeDurationPickerModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy. 1 export declare class NgxTimeDurationPickerModule {

Same here, would be awesome if we could use this module in Angular 10!

mbc-moalasmar commented 1 year ago

now it's angular v15, we need updates