ngx-progressbar
Version:
<p align="center"> <img height="200px" width="200px" style="text-align: center;" src="https://rawcdn.githack.com/MurhafSousli/ngx-progressbar/e5f30ba33c83690da3249ef2a665e6168b8caeb1/projects/ngx-progressbar-demo/src/assets/logo.svg"> <h1 align="cen
8 lines (7 loc) • 337 B
TypeScript
import { InjectionToken, Provider } from '@angular/core';
export interface NgProgressHttpOptions {
silentApis?: string[];
matcher?: string | undefined;
}
export declare const NG_PROGRESS_HTTP_OPTIONS: InjectionToken<NgProgressHttpOptions>;
export declare function provideNgProgressHttp(options: NgProgressHttpOptions): Provider;