yoyo-ng-modulewindy
Version:
服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容
23 lines (22 loc) • 610 B
TypeScript
import { ElementRef, OnDestroy, OnChanges, SimpleChanges, NgZone } from '@angular/core';
export declare class G2MiniBarComponent implements OnDestroy, OnChanges {
private zone;
color: string;
height: any;
private _height;
borderWidth: any;
private _borderWidth;
padding: number[];
data: Array<{
x: number;
y: number;
[key: string]: any;
}>;
node: ElementRef;
chart: any;
constructor(zone: NgZone);
install(): void;
uninstall(): void;
ngOnChanges(changes: SimpleChanges): void;
ngOnDestroy(): void;
}