Skip to content

Commit

Permalink
chore: bump deps to ng v18
Browse files Browse the repository at this point in the history
  • Loading branch information
maitrungduc1410 committed Jul 28, 2024
1 parent 81b0f4e commit 5f39782
Show file tree
Hide file tree
Showing 5 changed files with 6,572 additions and 4,818 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ D3 Cloud component for Angular built upon d3-cloud

# Installation
```sh
# for Angular >= 16
npm install --save angular-d3-cloud
# for Angular 18
npm install --save angular-d3-cloud@^18.0.0

# for Angular 17
npm install --save angular-d3-cloud@^17.0.0

# for Angular 16
npm install --save angular-d3-cloud@^2.0.0

# for Angular < 16
npm install --save angular-d3-cloud@^1.0.0
Expand Down
Loading

0 comments on commit 5f39782

Please sign in to comment.