UNPKG

@dbg-riskit/angular-view

Version:

26 lines (25 loc) 1.28 kB
import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare const RISK_ERROR_SELECTOR = "risk-error"; export declare const RISK_GOOD_SELECTOR = "risk-good"; export declare const RISK_INFO_SELECTOR = "risk-info"; export declare const RISK_MESSAGE_SELECTOR = "risk-message"; export declare const RISK_WARN_SELECTOR = "risk-warn"; export declare const RISK_INITIAL_LOAD_SELECTOR = "risk-initial-load"; export declare const RISK_NO_DATA_SELECTOR = "risk-no-data"; export declare const RISK_UPDATE_FAILED_SELECTOR = "risk-update-failed"; export declare const COMPONENT_SELECTOR: string; export declare class MessageComponent { private readonly _initialLoad; private readonly _noData; private readonly _updateError; private readonly _color; message?: string; constructor(elementRef: ElementRef); get color(): string | null; get initialLoad(): boolean; get noData(): boolean; get updateError(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "risk-error, risk-good, risk-info, risk-message, risk-warn, risk-initial-load, risk-no-data, risk-update-failed", never, { "message": "message"; }, {}, never, ["*"]>; }