Skip to content

Commit 7188fa0

Browse files
committed
feat: angular 20 support
1 parent f204543 commit 7188fa0

File tree

6 files changed

+1913
-1930
lines changed

6 files changed

+1913
-1930
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,23 @@
2323

2424
## Installation
2525

26-
**Angular 19 and Ionic with angularx-qrcode 19**
26+
**Angular 20 and Ionic with angularx-qrcode 20**
2727

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

34+
35+
**Angular 19 and Ionic with angularx-qrcode 19**
36+
37+
```
38+
npm install [email protected] --save
39+
# Or with yarn
40+
41+
```
42+
3443
**Angular 18 and Ionic with angularx-qrcode 18**
3544

3645
```
@@ -104,7 +113,6 @@ For more uses with angular 18 and earlier see: [angularx/qrcode as ngModule](htt
104113

105114
### Import the component and add it to your imports section in your main AppComponent:
106115

107-
108116
```
109117
// For angular 19, see above for angular 18 and older
110118
// File: app.component.ts

0 commit comments

Comments
 (0)