@cardboard-box/ngx-box
Version:
A collection of useful directives, components and services for angular
22 lines (21 loc) • 860 B
TypeScript
import { OnInit, ElementRef, AfterViewInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class RingComponent implements OnInit, AfterViewInit {
private _text;
width: string;
height: string;
color: string;
innerWidth: string;
textEl: ElementRef<HTMLDivElement>;
set text(value: string);
get text(): string;
constructor();
ngAfterViewInit(): void;
ngOnInit(): void;
private doText;
textStyle(i: number, size: number): string;
style(): string;
innerStyle(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<RingComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RingComponent, "mc-ring", never, { "width": "width"; "height": "height"; "color": "color"; "innerWidth": "innerWidth"; "text": "text"; }, {}, never, ["*"], false, never>;
}