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

Ivy Issue not able to render this libarary in angular 16

Open amitkrishna opened this issue 1 year ago • 4 comments

Error: :13:5 - error NG6002: 'AngularMultiSelectModule' does not appear to be an NgModule class.

13 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.

Error: :122:5 - error NG2012: Component imports must be standalone components, directives, pipes, or must be NgModules.

122 AngularMultiSelectModule

amitkrishna avatar Jan 04 '24 13:01 amitkrishna