0.0.1 • Published 2 years ago

ng2-qrcode-reader-support-angular-10 v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ng2-qrcode-reader

Support Angular 10

An Angular 4+ Component library for Reading QR (Quick Response ) Codes .

You can pass QRCode as URL to image ,DATA URL Or canvas context data .

Installation

To use ng2-qrcode-reader in your project, install it via npm:

$ npm i ng2-qrcode-reader-support-angular-10 --save

Usage

For a complete and detailed tutorial on how to use this library .See :

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:

 <ng2-qrcode-reader (result)="render($event)" [qrr-show]="showQRCode" [qrr-value]="value" [qrr-type]="elementType"></ng2-qrcode-reader>

Development

To generate all *.js, *.d.ts and *.metadata.json files:

$ npm run build

To lint all *.ts files:

$ npm run lint

License

MIT © Techiediaries/ Rebuild by Kun