Types

Use method success() | info() | warning() | error() to get different type of toastr.

Options

Use closeButton option to get close button, progressBar option to get progress bar & enableHtml to display message in html.

Top Positions

Use positionClass = "toast-top- left | center | right | full-width" property to position Toastr on top.

Bottom Positions

Use positionClass = "toast-bottom- left | center | right | full-width" options to position Toastr on bottom.

Remove

Immediately remove current toasts without using animation.

Clear

Remove current toasts using animation.

Ease & Timeout

Use options like easeTime to set ease-in time in ms & timeOut to set time to live in milliseconds for your toasts. To create a sticky toast set the timeout to 0

Custom toastr

Build your custom toastr component with angular animation to get your desired toastr.