-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to clear toasts before showing a new toast? #149
Labels
Comments
Thank you jeremyasm |
@aamirrajpot add it in appmodule like imports: [ ToastrModule.forRoot({maxOpened: 1}),] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following code that I use to show the errors as a bottom full-width
I am trying to clear all the previous
toastr
message before I call this again. How can I do that?Calling
toastr.clear()
, before setting the options, breaks the options.Example: http://cssdeck.com/labs/wbzeauxe
The text was updated successfully, but these errors were encountered: