Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.18 KB

File metadata and controls

11 lines (7 loc) · 1.18 KB

Getting Started with the Angular Progress Button Component

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.

Refer to the following documentation to learn about the Angular Progress Button component: https://ej2.syncfusion.com/angular/documentation/progress-button/getting-started

Check out this online example of the Angular Progress Button Component: https://ej2.syncfusion.com/angular/demos/#/material/button/progress-button

Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.

How to run this application? 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.