This package has been deprecated

Author message:

This package is deprecated! Use @ngx-progressbar/http instead

@ngx-progressbar/http-client
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

A plug for HttpClient requests

Use this package to start and complete the progress bar on http requests, See HttpClient stackblitz

Install with npm

  npm install @ngx-progressbar/core @ngx-progressbar/http-client --save

Import NgProgressModule and NgProgressHttpClientModule

import { HttpClientModule } from '@angular/common/http';
import { NgProgressModule } from '@ngx-progressbar/core';
import { NgProgressHttpClientModule } from '@ngx-progressbar/http-client';

@NgModule({
  imports: [
    HttpClientModule,
    NgProgressModule.forRoot(),
    NgProgressHttpClientModule
  ],
})
export class AppModule {
}

In your template

<ng-progress></ng-progress>

/@ngx-progressbar/http-client/

    Package Sidebar

    Install

    npm i @ngx-progressbar/http-client

    Weekly Downloads

    82

    Version

    3.0.2

    License

    MIT

    Last publish

    Collaborators

    • murhaf