Support Angular 19
When can we expect this package getting updated to support Angular 19? We migrated our project to Angular 19 and are facing issues with this particular package. As of now, we were using version 7.0.1 which supports Angular 18
While I fully agree with the sentiment and look forward to the fix as well, the component seems to still be working for us on Angular 19 as long as I do force commands to ignore the dependency mismatches. I confess that I had been worried because of the NgModule usage and non-standalone directives with the new switch to standalone by default. I thought I had read somewhere that prior libraries would be handled gracefully but there's no substitute for actually running things. :)
Can you just add standalone: false to components and directives and into devDependencies Angular >18.0.2. It should work and fix could be quick.
Created pull request for this: https://github.com/valor-software/ng2-file-upload/pull/1284/
When can we expect support for version 19?
Meanwhile, I found the Comment which can possiblity solve issue for us. I have tried and it is working as of now.
Hi, sorry for keeping you all waiting, angular 19 support is on its way!
It's online!
This ticket can be closed as it has been resolved with v8.0.0