Gbuomprisco / ngx-chips

Tag Input component for Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular 11 ng2-material-dropdown obsolete dependence

constantlb opened this issue · 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 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 ]

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'

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

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

Any news?

Any update??

commented

@vpetrusevici Pull request?

commented

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.

Any Update?

Any updates ?

Please add ng2-material-dropdown version 0.11.0.