-
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andreas Jacob
authored and
Andreas Jacob
committed
Dec 8, 2023
1 parent
1daf461
commit b089b5d
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,24 +20,32 @@ | |
- Support for images | ||
- Trusted and used by thousands of developers like you | ||
|
||
`angularx-qrcode` is compatible with Ionic 3/4/5 and Angular 4/5/6/7/8/9/10/11/12/13/14/15/16+ with support for the Ivy compiler. It is a drop-in replacement for the no-longer-maintained angular component ng2-qrcode and based on node-qrcode. | ||
`angularx-qrcode` is compatible with Ionic 3/4/5 and Angular 4/5/6/7/8/9/10/11/12/13/14/15/16/17+ with support for the Ivy compiler. It is a drop-in replacement for the no-longer-maintained angular component ng2-qrcode and based on node-qrcode. | ||
|
||
## Installation | ||
|
||
**Angular 16 and Ionic with angularx-qrcode 16** | ||
**Angular 17 and Ionic with angularx-qrcode 17** | ||
|
||
``` | ||
npm install angularx-qrcode --save | ||
# Or with yarn | ||
yarn add angularx-qrcode | ||
``` | ||
|
||
**Angular 16 and Ionic with angularx-qrcode 16** | ||
|
||
``` | ||
npm install [email protected] --save | ||
# Or with yarn | ||
yarn add [email protected] | ||
``` | ||
|
||
**Angular 15 and Ionic with angularx-qrcode 15** | ||
|
||
``` | ||
npm install [email protected] --save | ||
# Or with yarn | ||
yarn add angularx-qrcode | ||
yarn add angularx-qrcode@15.0.1 | ||
``` | ||
|
||
**Angular 14 and Ionic with angularx-qrcode 14** | ||
|