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

angular 11 ng2-material-dropdown obsolete dependence #982

Open
constantlb opened this issue Jan 10, 2021 · 11 comments
Open

angular 11 ng2-material-dropdown obsolete dependence #982

constantlb opened this issue Jan 10, 2021 · 11 comments

Comments

@constantlb
Copy link

constantlb commented Jan 10, 2021

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
Copy link

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
Copy link

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

@vpetrusevici
Copy link

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

@nicolasilhe
Copy link

Any news?

@kranti07k
Copy link

Any update??

@zer09
Copy link

zer09 commented Jul 20, 2021

@vpetrusevici Pull request?

@marcosmoski
Copy link

Any updates ?

@jsmart523
Copy link

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
Copy link

Any Update?

@kaknovuy
Copy link

kaknovuy commented Apr 5, 2022

Any updates ?

@gowthm
Copy link

gowthm commented Apr 7, 2022

Please add ng2-material-dropdown version 0.11.0.

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