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