Angular10 demo app with a working implementation of angularx-qrcode.
angularx-qrcode is an Angular4/5/6/6.1/7/7.1/8/9/10 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 "angularx-qrcode-sample-app" (this repository). The "master" repository contains the Angular 10 demo app, use the branch "angular5", "angular6", "angular6_1", "angular7", "angular7_1", "angular8" or "angular9" for a demo app with support for your respective version
-
Run
npm install
to install all dependencies.
- Run
ng serve --open
- Navigate to
http://localhost:4200/
. The app will automatically reload if you change any of the source files.
- Run
ng build
to build the project. - The build artifacts will be stored in the
dist/
directory. Runng build --prod
for a production build. - Run
npm run dev
to startup a server with your build fromdist/
onhttp://localhost:3000/
(MIT License)
Copyright (c) 2020, Andreas Jacob (Cordobo.com)