Cordobo / angularx-qrcode

A fast and easy-to-use Angular QR Code Generator library with Ivy support
https://cordobo.github.io/angularx-qrcode/
MIT License
473 stars 126 forks source link

Ng 10 upgrade POC #94

Closed mhov closed 4 years ago

mhov commented 4 years ago

This PR naively demonstrates upgrading to angular 10.x, which fixed my new 10.x build. I'm pretty sure this will break ng9.x due to the typescript 3.9 requirement, so you may want to up the major version?

Cordobo commented 4 years ago

Hi @mhov

thanks for your contribution. Unfortunately I had to reorganize the entire project for angular 10 with a lot of merge conflicts between the current master and your PR. I migrated your changes to the master branch and will close this PR.