angularqr-code

QR Scan in Angular


How to implement Live QR Scanner in Angular. I tried Zxing library but haven't found proper documentation for integrating with Angular.

Thanks in advance


Solution

  • Finally found this, https://github.com/zxing-js/ngx-scanner. This one works with Angular very well. With this, you can scan QR codes in your web app. Cheers!