JSPM

  • Created
  • Published
  • Downloads 25302
  • Score
    100M100P100Q145681F
  • License MIT

Simple and AOT compatible QR code generator for your Angular project.

Package Exports

  • ng-qrcode

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ng-qrcode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Angular QR code generator

Easy to use AOT compatible QR code generator for your Angular (not compatible with AngularJS) project.

Install

npm install ng-qrcode --save

Usage

import { QRCodeModule } from 'ng-qrcode';

@NgModule({
  imports: [
    QRCodeModule
  ]
})
<qr-code [value]="'Yo world!'" [size]="300"></qr-code>