Angular Qrcode

screenshot of Angular Qrcode
angular

[DEPRECATED] QR Code elements for AngularJS.

Overview:

The Angular QR Code package is deprecated due to the discontinuation of AngularJS support. It was a directive for AngularJS that utilized Kazuhiko Arase's qrcode-generator library to create QR codes.

Features:

  • QR Code Generation: Utilizes the qrcode-generator library to create QR codes.
  • Version and Error Correction: Supports different versions impacting encoding density and error-correction levels.
  • Usage Options: Can be used as an element, a downloadable image, or a link to a URL.
  • Customizable Options: Allows customization of version, error-correction-level, size, download option, URL link, colors, and background.

Script Elements:

ES2015:

import 'angular-qrcode';

ES2015 + Webpack:

Add the following line to webpack.config.js:

import 'angular-qrcode';
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.