UNPKG

ems-web-app-messages

Version:

This angular.io module includes a component and service that can be used to render "Growl" or "Snackbar" style in-app messages.

13 lines (12 loc) 308 B
export declare enum MessageType { Growl = "growl", Snackbar = "snackbar" } export declare enum MessagePosition { TopLeft = "top left", TopCenter = "top center", TopRight = "top right", BottomLeft = "bottom left", BottomCenter = "bottom center", BottomRight = "bottom right" }