Create Beautiful QR Codes in Angular — ngx-angular-qrcode — libray package
--
The ngx-angular-qrcode
library will ease creating beautiful QR Codes in your Angular application. This library supports Angular version 9 onwards.
Library
Demo
Usage
- Install npm/yarn package in your application
npm:npm install ngx-angular-qrcode
yarn:yarn add ngx-angular-qrcode
- Import
NgxAngularQrcodeModule
inapp.module.ts
file
3. Add <qr-code #qrcode></qr-code>
component selector in your application’s component with configuration parameters.
4. To download QR Code, call download
method.