Skip to content

Commit 631e924

Browse files
chore: remove version older than 17 (#541)
This pull request updates the compatibility table in the `README.md` file by removing installation instructions for older Angular versions. The change streamlines the documentation to focus only on recent Angular releases. Documentation update: * Removed installation instructions for Angular versions lower than 17 from the compatibility table in `README.md`, making the documentation more concise and focused on current supported versions.
1 parent c6b1a68 commit 631e924

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ Demo available [Here](https://ngu-carousel.netlify.app)
2828
| Angular >= 19 | `npm i --save @ngu/carousel@19` |
2929
| Angular >= 18 | `npm i --save @ngu/carousel@18` |
3030
| Angular >= 17 | `npm i --save @ngu/carousel@9.0.0` |
31-
| Angular >= 16 standalone | `npm i --save @ngu/carousel@8.0.0` |
32-
| Angular >= 16 | `npm i --save @ngu/carousel@7.2.0` |
33-
| Angular >= 15 | `npm i --save @ngu/carousel@7.0.0` |
34-
| Angular >= 14 | `npm i --save @ngu/carousel@6.0.0` |
35-
| Angular >= 13 | `npm i --save @ngu/carousel@5.0.0` |
36-
| Angular >= 12 | `npm i --save @ngu/carousel@4.0.0` |
37-
| Angular >= 10 | `npm i --save @ngu/carousel@3.0.2` |
38-
| Angular = 9 | `npm i --save @ngu/carousel@2.1.0` |
39-
| Angular < 9 | `npm i --save @ngu/carousel@1.5.5` |
4031

4132
## Usage
4233

0 commit comments

Comments
 (0)