NgxProgress is a customizable Angular library to display a progress bar during an HTTP request and/or change the routing (or whatever you want) and prevent user interaction.
Circular Progress Bar Component-Based On Vue And Canvas
How to make use of it:
Installation:
# NPM $ npm install @kken94/ngx-progress --save
Import the NgxProgressModule where you want to use the progress bar.
import { NgxProgressHttpModule } from '@kken94/ngx-progress'; @NgModule({ declarations: [AppComponent], imports: [ ... NgxProgressHttpModule, ... ], bootstrap: [AppComponent], }) export class AppModule {}
See Demo And Download
Official Website(kKen94): Click Here
This superior jQuery/javascript plugin is developed by kKen94. For extra Advanced Usage, please go to the official website.