Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cordobo/angularx-qrcode-sample-app
- Owner: Cordobo
- License: mit
- Created: 2018-04-27T22:59:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T23:30:06.000Z (over 1 year ago)
- Last Synced: 2024-11-02T06:11:43.933Z (13 days ago)
- Topics: 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
- Language: TypeScript
- Homepage: https://github.com/Cordobo/angularx-qrcode
- Size: 2.75 MB
- Stars: 15
- Watchers: 4
- Forks: 22
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)