UNPKG

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>

12 lines (11 loc) 677 B
import { ModuleWithProviders } from '@angular/core'; import { NgProgressRouterConfig } from './ng-progress-router.interface'; import { NgProgressRouter } from './ng-progress-router.service'; import * as i0 from "@angular/core"; export declare class NgProgressRouterModule { constructor(ngProgressRouter: NgProgressRouter); static withConfig(config: NgProgressRouterConfig): ModuleWithProviders<NgProgressRouterModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgProgressRouterModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgProgressRouterModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<NgProgressRouterModule>; }