uploadcare / ngx-uploadcare-widget

Angular 2+ wrapper for Uploadcare Widget
MIT License
15 stars 10 forks source link

Angular 9 compatibility #38

Closed nd0ut closed 4 years ago

nd0ut commented 4 years ago

Description

Fixes https://github.com/uploadcare/ngx-uploadcare-widget/issues/37

Thanks to @cyrilletuzi for much help https://github.com/uploadcare/ngx-uploadcare-widget/issues/37#issuecomment-611637305

Now it is published on NPM as ngx-uploadcare-widget@2.0.0-alpha.1

Checklist

cyrilletuzi commented 4 years ago

I confirm the issue is fixed.

About "Check compatibility with the previous major versions of Angular": as a library author myself, this is not sure you can achieve that. I would advise to tell in README to install v1 for Angular <= 8 and v2 for Angular >= 9.