Skip to content

Commit

Permalink
Merge pull request #252 from moh4sa/main
Browse files Browse the repository at this point in the history
feat: Update to Angular v18
  • Loading branch information
Cordobo authored Jul 25, 2024
2 parents f767a7a + 4e6f2d8 commit 24bae02
Show file tree
Hide file tree
Showing 7 changed files with 9,320 additions and 6,163 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

```
Expand Down
Loading

0 comments on commit 24bae02

Please sign in to comment.