Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cordobo/angularx-qrcode-sample-app

Angular5/6/7/8/9/10+ sample apps with working implementations of angularx-qrcode
https://github.com/cordobo/angularx-qrcode-sample-app

angular angular10 angular10-sample angular4 angular4-sample angular5 angular5-sample angular6 angular6-sample angular7 angular7-sample angular8 angular8-sample angular9 angular9-sample angularx-qrcode demo

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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)](http://cordobo.com/)