manishjanky / ngx-select-dropdown

Custom Dropdown for Angular 4+ with multiple and single selection options
MIT License
117 stars 81 forks source link

Angular9 compile error #231

Closed SDAdham closed 3 years ago

SDAdham commented 3 years ago

Related to #230

Hello @manishjanky ,

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 {
SDAdham commented 3 years ago

Hello @manishjanky , my apologizes. I think my morning coffee wasn't good. I'll close this issue as the new error is not related to your library.