Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ivy Issue not able to render this libarary in angular 16 #648

Closed
amitkrishna opened this issue Jan 4, 2024 · 6 comments
Closed

Ivy Issue not able to render this libarary in angular 16 #648

amitkrishna opened this issue Jan 4, 2024 · 6 comments

Comments

@amitkrishna
Copy link

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

@saver711
Copy link

+1

@R180105
Copy link

R180105 commented Feb 6, 2024

also got this issue, is there any update plan?

@tommai78101
Copy link

@R180105 No update plan unfortunately. See this pull request for more info.

#645

@selangley-wa
Copy link

selangley-wa commented May 23, 2024

For those who are able to, consider migrating to use the Angular Material Select component that is maintained by the Angular Team:

Select Component - Angular Material Version 18
https://material.angular.io/components/select/overview#multiple-selection

Select Component - Angular Material version 14
https://v14.material.angular.io/components/select/overview#multiple-selection

Also consider trying this packages:
https://www.npmjs.com/package/@ng-select/ng-select
https://www.npmjs.com/package/ng-multiselect-dropdown

@rohanahata
Copy link

rohanahata commented Jul 17, 2024

This is happening soon.
Screenshot 2024-07-17 at 12 28 32 PM

@CuppaLabs
Copy link
Owner

Please use v8.0.0 for angular 16 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants