NileshPatel17 / ng-multiselect-dropdown

Multiple Select Dropdown Component
https://nileshpatel17.github.io/ng-multiselect-dropdown/
323 stars 287 forks source link

Angular 15 Compatibility? #381

Open RalphCodesTheInternet opened 1 year ago

RalphCodesTheInternet commented 1 year ago

I've tried to install with Angular 15

This is the error I get.

import NgMultiSelectDropDownModule 'NgMultiSelectDropDownModule' does not appear to be an NgModule class.(-996002) ng-multiselect-dropdown.module.d.ts(3, 8): This likely means that the library (ng-multiselect-dropdown) which declares NgMultiSelectDropDownModule 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.

I guess support for Angular 15 has not been integrated yet?

colerss commented 1 year ago

Same issue here. Angular 15 as well

patricio-hondagneu-simplisafe commented 1 year ago

I'm experiencing the same issue.

iPrashantKSharma commented 1 year ago

Hi, As Angular version is upgrading continuously, please make sure this library works with latest one. I need help as our project is migrating from angular 8 to angular 13. I am unable to install it in my project Angular13.

mojtabanpe commented 1 year ago

install ng-multiselect-dropdown3 that forked from this project and migrated to angular 16

crivadavi commented 1 year ago

install ng-multiselect-dropdown3 that forked from this project and migrated to angular 16

Can you post a link to the fork? I searched it through GitHub and Google but I only find reference to this project

mojtabanpe commented 1 year ago

this is the npm link https://www.npmjs.com/package/ng-multiselect-dropdown3

dtrouillet commented 1 year ago

@mojtabanpe, Can you make a PR on this repo?