Gbuomprisco / ngx-chips

Tag Input component for Angular
MIT License
899 stars 359 forks source link

angular 11 ng2-material-dropdown obsolete dependence #982

Open constantlb opened 3 years ago

constantlb commented 3 years ago

I'm submitting a ... (check one with "x")

[ x] bug report => search github for a similar issue or PR before submitting
[ ] support request/question

Notice: feature requests will be ignored, submit a PR if you'd like

Current behavior Problem with dependance: ng2-material-dropdown npm WARN ng2-material-dropdown@0.11.0 requires a peer of @angular/animations@^8.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-material-dropdown@0.11.0 requires a peer of @angular/common@^8.0.0 but none is installed. You must install peer dependencies yourself. npm WARN ng2-material-dropdown@0.11.0 requires a peer of @angular/core@^8.0.0 but none is installed. You must install peer dependencies yourself.

Expected behavior Fix dependancies

What do you use to build your app?. Please specify the version angular-cli

Angular version: Angular 11.0.7

ngx-chips version: 2.2.2

Browser: [all ]

maxfriedmann commented 3 years ago

Together with Angular 11.1.x it now causes:

Error: ./node_modules/ng2-material-dropdown/__ivy_ngcc__/fesm2015/ng2-material-dropdown.js 581:8-35
"export 'ɵɵstaticContentQuery' (imported as 'ɵngcc0') was not found in '@angular/core'
vpetrusevici commented 3 years ago

You can add this fork as dependency https://www.npmjs.com/package/@vpetrusevici/ng2-material-dropdown (Angular 11)

vpetrusevici commented 3 years ago

I created a fork with updated dependencies https://www.npmjs.com/package/@vpetrusevici/ngx-chips

nicolasilhe commented 3 years ago

Any news?

kranti07k commented 3 years ago

Any update??

zer09 commented 3 years ago

@vpetrusevici Pull request?

marcosmoski commented 2 years ago

Any updates ?

jsmart523 commented 2 years ago

Around noon GMT today (2-DEC-2021), ng2-material-dropdown moved to version 1.0. This new version breaks my code, and this is the only dependency.

Workaround: changing my code's package-lock.json's dependcies.ng2-material-dropdown to {"version": "0.11.0"} and doing another npm install resolves the issue.

poddarkhushbu07 commented 2 years ago

Any Update?

kaknovuy commented 2 years ago

Any updates ?

gowthm commented 2 years ago

Please add ng2-material-dropdown version 0.11.0.