-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #288 from uiuniversal/release-3.0.0
feat: release 3.0.0
- Loading branch information
Showing
4 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,8 @@ Demo available [Here](https://ngu-carousel.netlify.app) | |
|
||
| Angular Version | ngu-carousel Version | | ||
| --------------- | ----------------------------------- | | ||
| Angular >= 9 | `npm i --save @ngu/carousel@latest` | | ||
| Angular >= 10 | `npm i --save @ngu/carousel@latest` | | ||
| Angular = 9 | `npm i --save @ngu/[email protected]` | | ||
| Angular < 9 | `npm i --save @ngu/[email protected]` | | ||
|
||
### Optional Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,14 @@ Demo available [Here](https://ngu-carousel.netlify.app/) | |
|
||
## Installation | ||
|
||
| Angular Version | ngu-carousel Version | | ||
| --------------- | ----------------------------------- | | ||
| Angular >= 10 | `npm i --save @ngu/carousel@latest` | | ||
| Angular = 9 | `npm i --save @ngu/[email protected]` | | ||
| Angular < 9 | `npm i --save @ngu/[email protected]` | | ||
|
||
## Installation | ||
|
||
`npm install @ngu/carousel --save` | ||
|
||
Include CarouselModule in your app module: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters