The error got improved a lot, but I see that are 2 classes missing:
ERROR in node_modules/ng-pick-datetime/date-time/date-time.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of XYZModule, but could not be resolved to an NgModule class.
This likely means that the library (ng-pick-datetime) which declares OwlDateTimeModule 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 OwlDateTimeModule {
~~~~~~~~~~~~~~~~~
node_modules/ng-pick-datetime/date-time/adapter/native-date-time.module.d.ts:3:22 - error NG6002: Appears in the NgModule.imports of XYZModule, but could not be resolved to an NgModule class.
This likely means that the library (ng-pick-datetime) which declares OwlNativeDateTimeModule 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.
3 export declare class OwlNativeDateTimeModule {
Related to #230
Hello @manishjanky ,
The error got improved a lot, but I see that are 2 classes missing: