UNPKG

ngx-alert-message

Version:

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.

17 lines (16 loc) 812 B
import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; type mode = "primary" | "success" | "danger" | "info" | "warning"; export declare class AlertComponent implements OnInit { textColor: string; mode: mode; close: boolean; bold: boolean; text: any; disabled: boolean; color: string; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "ngx-alert", never, { "mode": { "alias": "mode"; "required": false; }; "close": { "alias": "close"; "required": false; }; "bold": { "alias": "bold"; "required": false; }; "text": { "alias": "text"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>; } export {};