UNPKG

angular2-notifications

Version:

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

9 lines (8 loc) 172 B
export declare enum NotificationType { Success = "success", Error = "error", Alert = "alert", Info = "info", Warn = "warn", Bare = "bare" }