Skip to content

Commit e861df3

Browse files
Update README.md
1 parent b35133d commit e861df3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# getting-started-with-the-angular-progress-button-component
2-
A quick start Angular project that shows how to add the Angular Progress Button component to an Angular application. It shows how to customize the spinner and icon position in the progress button. It also shows how to apply animation to the spinner and button content.
1+
# Getting Started with the Angular Progress Button Component
2+
A quick start Angular project that shows how to add the Angular Progress Button component to an Angular application. It shows how to customize the spinner and icon position in the progress button. It also shows how to apply animation to the spinner and button content. Finally, it explains how to change the button content during progress.
3+
4+
Refer to the following documentation to learn about the Angular Progress Button component: https://ej2.syncfusion.com/angular/documentation/progress-button/getting-started
5+
6+
Check out this online example of the Angular Progress Button Component: https://ej2.syncfusion.com/angular/demos/#/material/button/progress-button
7+
8+
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
9+
10+
How to run this application?
11+
To run this application, you need to clone the getting-started-with-the-angular-progress-button-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)