systelab-components
Version:
systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.
9 lines (8 loc) • 519 B
TypeScript
import * as i0 from "@angular/core";
export declare class PercentageCircleComponent {
value: number;
text: string;
color: any;
static ɵfac: i0.ɵɵFactoryDeclaration<PercentageCircleComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PercentageCircleComponent, "systelab-percentage-circle", never, { "value": { "alias": "value"; "required": false; }; "text": { "alias": "text"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
}