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>
10 lines (9 loc) • 541 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { NgProgressHttpConfig } from './ng-progress-http.interface';
import * as i0 from "@angular/core";
export declare class NgProgressHttpModule {
static withConfig(config: NgProgressHttpConfig): ModuleWithProviders<NgProgressHttpModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgProgressHttpModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgProgressHttpModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgProgressHttpModule>;
}