Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 882 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 882 Bytes

angularx-qrcode sample app

Angular7 demo app with a working implementation of angularx-qrcode.

angularx-qrcode is an Angular4/5/6/6.1/7 QRCode generator Component library for QR Codes (Quick Response) with AOT support.

angularx-qrcode Repository: https://github.com/Cordobo/angularx-qrcode

Installation

  1. Install angular globally: npm install -g @angular/cli
  2. Clone the "angularx-qrcode-sample-app" repository. The "master" repository contains the Angular 7 demo app, use the branch "angular5", "angular6" or "angular6_1" for a demo app with support for your respective version
  3. Run npm install to install all dev dependencies.
  4. Run ng serve --open
  5. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

License

(MIT License)

Copyright (c) 2018, Andreas Jacob (Cordobo.com)