UNPKG

alert-notification

Version:

A lightweight easy to use module to display alert notifications inside you Angular web applications.

9 lines (8 loc) 150 B
export declare class AlertModule { } export declare class Alert { id: string; title: string; message: string; type: string; }