right-angled
Version:
Lightweight and easy to use angular data grids. Integrates with your markup and styles rather than generating its own.
10 lines • 527 B
TypeScript
import { OperationStatusStream } from '../providers/list';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class StatusDoneComponent {
isVisible$: Observable<boolean>;
constructor(trackedStatusObject: OperationStatusStream);
static ɵfac: i0.ɵɵFactoryDeclaration<StatusDoneComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StatusDoneComponent, "rt-status-done", never, {}, {}, never, ["*"], false, never>;
}
//# sourceMappingURL=status-done.component.d.ts.map