UNPKG

ngx-notification-bar

Version:

Angular notification bar component for Angular 2+ projects.

7 lines (6 loc) 135 B
export interface MessageConfig { [when: string]: string; } export interface MessagesConfig { messages?: MessageConfig; }