Skip to content

Commit 24bae02

Browse files
authored
Merge pull request #252 from moh4sa/main
feat: Update to Angular v18
2 parents f767a7a + 4e6f2d8 commit 24bae02

File tree

7 files changed

+9320
-6163
lines changed

7 files changed

+9320
-6163
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,25 @@
2020
- Support for images
2121
- Trusted and used by thousands of developers like you
2222

23-
`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.
23+
`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.
2424

2525
## Installation
2626

27-
**Angular 17 and Ionic with angularx-qrcode 17**
27+
**Angular 18 and Ionic with angularx-qrcode 18**
2828

2929
```
3030
npm install angularx-qrcode --save
3131
# Or with yarn
3232
yarn add angularx-qrcode
3333
```
3434

35+
**Angular 17 and Ionic with angularx-qrcode 17**
36+
37+
```
38+
npm install angularx-qrcode@17.0.1 --save
39+
# Or with yarn
40+
yarn add angularx-qrcode@17.0.1
41+
```
3542
**Angular 16 and Ionic with angularx-qrcode 16**
3643

3744
```

0 commit comments

Comments
 (0)