Angular Scroll Progress Bar is a custom component for Angular applications that provides users with visual feedback on their scroll progress within a webpage.
To use the Angular Scroll Progress Bar component in your Angular application, follow these steps:
clone the project and change the directory to this folder
git clone https://github.com/aqeelabpro/angular-scroll-progress-bar
cd angular-scroll-progress-bar
open it in any IDE or Code Editor like VS Code, or IntelliJ.
open the local terminal of the folder using
Ctrl+`
run the project
ng s -o
Access it at http://localhost:4200

Happy Coding!