Skip to content

Commit

Permalink
feat: Update to Angular v18
Browse files Browse the repository at this point in the history
  • Loading branch information
moh4sa committed May 31, 2024
1 parent f767a7a commit 193b47d
Show file tree
Hide file tree
Showing 6 changed files with 5,047 additions and 3,412 deletions.
13 changes: 10 additions & 3 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 16**

```
npm install angularx-qrcode@17.0.1 --save
# Or with yarn
yarn add angularx-qrcode@17.0.1
```
**Angular 16 and Ionic with angularx-qrcode 16**

```
Expand Down Expand Up @@ -227,4 +234,4 @@ Support the development of angularx-qrcode (or even see your logo here?), consid

MIT License

Copyright (c) 2018 - present [Andreas Jacob (Cordobo.com)](http://cordobo.com/)
Copyright (c) 2024 - present [Andreas Jacob (Cordobo.com)](http://cordobo.com/)
Loading

0 comments on commit 193b47d

Please sign in to comment.