ng2-qgrid
Version:
Angular Grid
14 lines (13 loc) • 488 B
TypeScript
import { ChangeDetectorRef, OnInit, OnChanges, SimpleChanges } from '@angular/core';
import { PluginService } from '../plugin.service';
export declare class ProgressComponent implements OnInit, OnChanges {
private plugin;
private cd;
context: {
$implicit: ProgressComponent;
};
constructor(plugin: PluginService, cd: ChangeDetectorRef);
ngOnChanges(changes: SimpleChanges): void;
ngOnInit(): void;
readonly isBusy: number | boolean;
}