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>
11 lines (10 loc) • 532 B
TypeScript
import { Router } from '@angular/router';
import { NgProgress } from 'ngx-progressbar';
import { NgProgressRouterConfig } from './ng-progress-router.interface';
import * as i0 from "@angular/core";
export declare class NgProgressRouter {
private readonly _config;
constructor(progress: NgProgress, router: Router, config: NgProgressRouterConfig);
static ɵfac: i0.ɵɵFactoryDeclaration<NgProgressRouter, [null, null, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgProgressRouter>;
}