@alauda-fe/common
Version:
Alauda frontend team common codes.
14 lines (13 loc) • 645 B
TypeScript
import * as i0 from "@angular/core";
/**
* A simple loading mask component which will show a spinner
* when loading attribute is true.
*/
export declare class LoadingMaskComponent {
loading: boolean;
type: 'module' | 'content';
text: string;
get hidden(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingMaskComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingMaskComponent, "acl-loading-mask", never, { "loading": { "alias": "loading"; "required": false; }; "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, true, never>;
}