ngx-chips icon indicating copy to clipboard operation
ngx-chips copied to clipboard

angular 11 ng2-material-dropdown obsolete dependence

Open constantlb opened this issue 3 years ago • 11 comments

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 [email protected] requires a peer of @angular/animations@^8.0.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of @angular/common@^8.0.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] 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 ]

constantlb avatar Jan 10 '21 07:01 constantlb

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'

maxfriedmann avatar Jan 22 '21 10:01 maxfriedmann

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

vpetrusevici avatar Mar 19 '21 22:03 vpetrusevici

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

vpetrusevici avatar Mar 19 '21 22:03 vpetrusevici

Any news?

nicolasilhe avatar May 26 '21 07:05 nicolasilhe

Any update??

kranti07k avatar Jun 06 '21 05:06 kranti07k

@vpetrusevici Pull request?

zer09 avatar Jul 20 '21 14:07 zer09

Any updates ?

marcosmoski avatar Sep 17 '21 14:09 marcosmoski

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.

jsmart523 avatar Dec 02 '21 16:12 jsmart523

Any Update?

poddarkhushbu07 avatar Dec 28 '21 07:12 poddarkhushbu07

Any updates ?

kaknovuy avatar Apr 05 '22 15:04 kaknovuy

Please add ng2-material-dropdown version 0.11.0.

gowthm avatar Apr 07 '22 06:04 gowthm