ng2-file-upload icon indicating copy to clipboard operation
ng2-file-upload copied to clipboard

Angular 18 Support

Open rezaimn opened this issue 1 year ago • 6 comments

please update to angular 18

rezaimn avatar May 29 '24 07:05 rezaimn

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.

grichards23 avatar May 29 '24 13:05 grichards23

I created PR #1272 for this

IgorKvasn avatar Jun 04 '24 12:06 IgorKvasn

Please upgrade this to Angular 18

AamilShohail avatar Jun 16 '24 08:06 AamilShohail

can you provide an update on this?

mauricioxrodriguez avatar Jun 25 '24 13:06 mauricioxrodriguez

+1

yl-endress avatar Jun 28 '24 07:06 yl-endress

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"
    }
  }

mathieu-schnoor avatar Jul 03 '24 14:07 mathieu-schnoor