ngx-progressbar
Version:
<p align="center"> <img height="200px" width="200px" style="text-align: center;" src="https://gitcdn.xyz/repo/MurhafSousli/ngx-progressbar/master/projects/ngx-progressbar-demo/src/assets/logo.svg"> <h1 align="center">Angular Progressbar</h1> </p>
9 lines (8 loc) • 334 B
TypeScript
import { InjectionToken } from '@angular/core';
export interface ProgressHttpConfig {
id: string;
silentApis: string[];
matcher: string | undefined;
}
export declare type NgProgressHttpConfig = Partial<ProgressHttpConfig>;
export declare const NG_PROGRESS_HTTP_CONFIG: InjectionToken<Partial<ProgressHttpConfig>>;