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.~~

10 lines (9 loc) 233 B
export declare enum NotificationAnimationType { Fade = "fade", FromTop = "fromTop", FromRight = "fromRight", FromBottom = "fromBottom", FromLeft = "fromLeft", Scale = "scale", Rotate = "rotate" }