Skip to content

Commit bc62b87

Browse files
Update README.md file
1 parent 80772a1 commit bc62b87

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# how-to-customize-the-angular-carousel-component
2-
A quick start Vue project that shows how to customize the Vue Carousel Component. It includes a code snippet for customizing the time interval between transitions, auto-play settings, and looping. It also includes a code snippet for customizing the indicator, navigator, and play button using templates.
2+
A quick start Angular project that shows how to customize the Angular Carousel Component. It includes a code snippet for customizing the time interval between transitions, pause on hover, and looping. It also includes a code snippet for customizing the indicator, navigator, and play button using templates.
3+
4+
Refer to the following documentation to learn about the Angular Carousel component:
5+
https://ej2.syncfusion.com/angular/documentation/carousel/navigators-and-indicators
6+
https://ej2.syncfusion.com/angular/documentation/carousel/animations-and-transitions
7+
8+
Check out this online example of the Angular Carousel Component:
9+
https://ej2.syncfusion.com/angular/demos/#/material3/carousel/templates
10+
11+
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
12+
13+
### How to run this application?
14+
To run this application, you need to clone the `how-to-customize-the-angular-carousel-component` repository and then open it in Visual Studio Code. Now, simply install all the necessary angular packages into your current project using the `npm install` command and run your project using the `ng serve` command.

0 commit comments

Comments
 (0)