CuppaLabs / angular2-multiselect-dropdown

Angular 2 Dropdown Multiselect
https://cuppalabs.github.io/angular2-multiselect-dropdown
MIT License
280 stars 257 forks source link

'AngularMultiSelectModule' does not appear to be an NgModule class #642

Open anubhavs-mckinsey opened 11 months ago

anubhavs-mckinsey commented 11 months ago

I'm using latest version (5.0.4), while running app I'm getting following error

Error: src/app/app.module.ts:43:5 - error NG6002: 'AngularMultiSelectModule' does not appear to be an NgModule class.

43 AngularMultiSelectModule


  node_modules/angular2-multiselect-dropdown/lib/multiselect.component.d.ts:121:22
    121 export declare class AngularMultiSelectModule {
This likely means that the library (angular2-multiselect-dropdown) which declares AngularMultiSelectModule 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.
fmssystem001 commented 8 months ago

i am getting same error on angular 16

tommai78101 commented 4 months ago

@anubhavs-mckinsey @fmssystem001 See this pull request for more info.

https://github.com/CuppaLabs/angular2-multiselect-dropdown/pull/645