valor-software / ng2-file-upload

Easy to use Angular components for files upload
http://valor-software.github.io/ng2-file-upload/
MIT License
1.91k stars 662 forks source link

Angular V17 support #1264

Open serderovsh opened 7 months ago

serderovsh commented 7 months ago

Hi. Please add support for Angular 17

iconben commented 7 months ago

@serderovsh: As I am not quite sure when this will get upgraded and we need it badly, I have forked and published a new version. Check out @augwit/ng2-file-upload@^6.0.0.

That fork is only for Angular upgrades, no other features and bug fixes are intended to be done.

cardamon commented 7 months ago

Adding something like

"overrides": {
    "ng2-file-upload": {
      "@angular/common": "17.0.4",
      "@angular/core": "17.0.4"
    }
}

to package.json could also be used as a stopgap measure.

hamfastgamgee commented 7 months ago

Adding something like

"overrides": {
    "ng2-file-upload": {
      "@angular/common": "17.0.4",
      "@angular/core": "17.0.4"
    }
}

to package.json could also be used as a stopgap measure.

I used the following, which ties it to the version you otherwise have installed (so you don't have to muck with the versions manually over time). Thanks for the tip!

"overrides": {
    "ng2-file-upload": {
      "@angular/common": "$@angular/common",
      "@angular/core": "$@angular/core"
    }
}
JamesonNetworks commented 6 months ago

Adding something like

"overrides": {
    "ng2-file-upload": {
      "@angular/common": "17.0.4",
      "@angular/core": "17.0.4"
    }
}

to package.json could also be used as a stopgap measure.

This is a great tip! Thanks!!!

WuglyakBolgoink commented 5 months ago

Adding something like

"overrides": {
    "ng2-file-upload": {
      "@angular/common": "17.0.4",
      "@angular/core": "17.0.4"
    }
}

to package.json could also be used as a stopgap measure.

I used the following, which ties it to the version you otherwise have installed (so you don't have to muck with the versions manually over time). Thanks for the tip!

"overrides": {
    "ng2-file-upload": {
      "@angular/common": "$@angular/common",
      "@angular/core": "$@angular/core"
    }
}

this is great but we need native support! ;-)

plz @valorkin !

valorkin commented 5 months ago

ofc, please do a PR and mention me

FrontendJesus commented 4 months ago

So Angular 17 support is done, right? https://github.com/valor-software/ng2-file-upload/pull/1266

Can we get a release please @valorkin ? :)

danilobassi8 commented 3 months ago

Any updates on this? I'm still using the trick of overriding the library dependencies.

FrancescoBorzi commented 1 month ago

any news about this?

yl-endress commented 5 days ago

+1