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
457 stars 124 forks source link

Please add support for Angular v18 #251

Open woutersteven opened 1 month ago

woutersteven commented 1 month ago

Angular 18 has been released, please consider adding support for Angular 18

themrdanielvp commented 1 week ago

Is there any timeline for when this will be updated for Angular 18?

woutersteven commented 1 week ago

For others, in the mean time, you can override the required version in your package.json with:

  "overrides": {
    "angularx-qrcode": {
      "@angular/core": "$@angular/core"
    }
  },
born2net commented 1 week ago

yes please, need to move to ngv18 and waiting on this lib <3 TX!

igorosabel commented 1 day ago

Any updates? I know I can force or override, but I prefer to have a "stable" version.

Thanks!