UNPKG

mgx-circular-progress-bar

Version:

A library for circular progress bars components, an elegant way to rappresent your percentages.

22 lines (21 loc) 618 B
import { OnChanges, ElementRef, TemplateRef } from '@angular/core'; export declare class MgxCircularProgressFullBarComponent implements OnChanges { total: number; barValue: number; percentage: number; contentTemplate: TemplateRef<any>; diameter: number; fontSize: number; color: string; bgColor: string; contentSize: number; pathPosition: number; circlePath: ElementRef; private mgxPrefix; percentual: number; context: any; constructor(); ngOnChanges(): void; private showWarnings(); getFontSize(reducer?: number): string; }