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
- Install angular globally:
npm install -g @angular/cli
- 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
- Run
npm install
to install all dev dependencies. - Run
ng serve --open
- Navigate to
http://localhost:4200/
. The app will automatically reload if you change any of the source files.
(MIT License)
Copyright (c) 2018, Andreas Jacob (Cordobo.com)