An Angular 4+ component for reading QRCodes
npm install ng2-qrcode-readerAn Angular 4+ Component library for Reading QR (Quick Response ) Codes .
You can pass QRCode as URL to image ,DATA URL Or canvas context data .
To use ng2-qrcode-reader in your project, install it via npm:
``bash`
$ npm install ng2-qrcode-reader --save
How to Generate/Read QR Codes In Angular 4+ Applications
Import the NgQRCodeReaderModule from ng2-qrcode-reader into your app :
Once the library is imported, you can use the ng2-qrcode-reader component in your Angular application:
`xml
`
To generate all .js, .d.ts and *.metadata.json files:
`bash`
$ npm run build
To lint all *.ts files:
`bash``
$ npm run lint
MIT © Techiediaries