/angularx-qrcode-sample-app

Angular5/6/7/8/9/10+ sample apps with working implementations of angularx-qrcode

Primary LanguageTypeScriptMIT LicenseMIT

angularx-qrcode sample app

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

Installation

  1. Install angular globally:

    npm install -g @angular/cli

  2. 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

  3. Run npm install to install all dependencies.

Serve

  1. Run ng serve --open
  2. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

  1. Run ng build to build the project.
  2. The build artifacts will be stored in the dist/ directory. Run ng build --prod for a production build.
  3. Run npm run dev to startup a server with your build from dist/ on http://localhost:3000/

License

(MIT License)

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