angular2-multiselect-dropdown icon indicating copy to clipboard operation
angular2-multiselect-dropdown copied to clipboard

'AngularMultiSelectModule' does not appear to be an NgModule class

Open anubhavs-mckinsey opened this issue 2 years ago • 2 comments

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.

anubhavs-mckinsey avatar Aug 03 '23 04:08 anubhavs-mckinsey

i am getting same error on angular 16

fmssystem001 avatar Nov 11 '23 06:11 fmssystem001

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

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

tommai78101 avatar Feb 23 '24 16:02 tommai78101

Please use v8.0.0 for angular 16 support.

CuppaLabs avatar Jul 18 '24 19:07 CuppaLabs