Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Dec 6, 2024
1 parent 709564d commit ca225ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,15 @@

## Install

### Angular >= 12
### Angular >= 19
```
npm install ng2-pdf-viewer
```

### 12 ≤ Angular < 19
```
npm install ng2-pdf-viewer@10.3.4
```
> Partial Ivy compilated library bundles.
### Angular >= 4
Expand Down

0 comments on commit ca225ad

Please sign in to comment.