question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ngx-material-file-input can't be used with Angular 11

See original GitHub issue

Upgrading from Angular 10 to 11, I get this error: Package "ngx-material-file-input" has an incompatible peer dependency to "@angular/common" (requires "^8.1.3 || ^9.0.0" (extended), would install "11.1.1").

Is there a plan to fix this issue?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:4
  • Comments:5

github_iconTop GitHub Comments

5reactions
Lecchocommented, Jan 29, 2021

It seems to work fine as of now, I deleted the packages for the upgrade and re-installed the packages after. I’d still like to see support to the latest angular version!

4reactions
Lecchocommented, May 12, 2021

I deleted the ngx-material-file-input packages. You might wanna remove the node_modules folder. Then I use npm install to reinstall node_modules. Once installed I used ng upgrade to get version 11. Then I reinstalled ngx-material-file-input.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ngx-material-file-input - npm
This project provides : ngx-mat-file-input component, to use inside Angular Material mat-form-field. a FileValidator with maxContentSize , to ...
Read more >
angular - Can not use ngx-mat-file-input - Stack Overflow
I tried the NGX Angular Material library because it's the only one which contains a file input compatible with Angular Material.
Read more >
ngx-material-file-input - npm package - Snyk
This project provides : ngx-mat-file-input component, to use inside Angular Material mat-form-field. a FileValidator with maxContentSize , to limit the file ...
Read more >
Angular Material File Input - Merlosy
Input with clear button. This is a workaround for an issue with Firefox that doesn't triggers change event when the user cancels the...
Read more >
ngx-material-file-input/README.md - UNPKG
11, * `ngx-mat-file-input` component, to use inside Angular Material `mat-form-field` ; 12, * a `FileValidator` with `maxContentSize`, to limit the file size ;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found