UNPKG

angular9-notifications-gpu

Version:

> A light and easy to use notifications library for Angular 2. ~~It features both regular page notifications (toasts) and push notifications.~~

8 lines (7 loc) 129 B
export interface Icons { alert: string; error: string; info: string; warn: string; success: string; }