UNPKG

@obliczeniowo/elementary

Version:
20 lines (19 loc) 833 B
import { OnInit, SimpleChanges, OnChanges, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LoadingStateComponent implements OnInit, OnDestroy, OnChanges { status: 'waiting' | 'failure' | 'progress' | 'done'; protected highlighted: number[]; protected offset: number; readonly ray = 6; readonly positions: { x: number; y: number; }[]; protected time: any; ngOnInit(): void; ngOnDestroy(): void; ngOnChanges(changes: SimpleChanges): void; protected setTime(): void; static ɵfac: i0.ɵɵFactoryDeclaration<LoadingStateComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LoadingStateComponent, "obl-loading-state", never, { "status": { "alias": "status"; "required": false; }; }, {}, never, never, false, never>; }