ng2-file-upload
ng2-file-upload copied to clipboard
Angular 18 Support
please update to angular 18
I just came here to ask the same thing. Love this package for its ease of use. Hoping to upgrade a current project to angular 18 as soon as possible. The peer dependency of ng2-file-upload is the only thing holding me up at the moment.
I created PR #1272 for this
Please upgrade this to Angular 18
can you provide an update on this?
+1
in the meantime you can add this in package.json as we had to do it for Angular 17
"overrides": {
"ng2-file-upload": {
"@angular/common": "18.0.5",
"@angular/core": "18.0.5"
}
}