Skip to content

Commit

Permalink
feat: angular17 support
Browse files Browse the repository at this point in the history
  • 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.
14 changes: 11 additions & 3 deletions projects/angularx-qrcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit b089b5d

Please sign in to comment.