-
-
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.
Merge pull request #252 from moh4sa/main
feat: Update to Angular v18
- Loading branch information
Showing
7 changed files
with
9,320 additions
and
6,163 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,18 +20,25 @@ | |
- 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/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. | ||
`angularx-qrcode` is compatible with Ionic 3/4/5/6/7/8 and Angular 4/5/6/7/8/9/10/11/12/13/14/15/16/17/18+ 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 17 and Ionic with angularx-qrcode 17** | ||
**Angular 18 and Ionic with angularx-qrcode 18** | ||
|
||
``` | ||
npm install angularx-qrcode --save | ||
# Or with yarn | ||
yarn add angularx-qrcode | ||
``` | ||
|
||
**Angular 17 and Ionic with angularx-qrcode 17** | ||
|
||
``` | ||
npm install [email protected] --save | ||
# Or with yarn | ||
yarn add [email protected] | ||
``` | ||
**Angular 16 and Ionic with angularx-qrcode 16** | ||
|
||
``` | ||
|
Oops, something went wrong.