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) • 667 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { NgProgressConfig } from './ng-progress.interface';
import * as i0 from "@angular/core";
import * as i1 from "./ng-progress.component";
import * as i2 from "@angular/common";
export declare class NgProgressModule {
static withConfig(config: NgProgressConfig): ModuleWithProviders<NgProgressModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgProgressModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgProgressModule, [typeof i1.NgProgressComponent], [typeof i2.CommonModule], [typeof i1.NgProgressComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgProgressModule>;
}