UNPKG

flash-messages-angular

Version:
8 lines (7 loc) 160 B
export interface FlashMessageInterface { id: number; text: string; cssClass: string; closeOnClick: boolean; showCloseBtn: boolean; }