-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add removedToast observable #42
Comments
Any update @Stabzs ? |
Thanks for the feedback and the request! Absolutely, I can see the value in this. What would be broadcasted would be the toastId and the containerId. There is obviously a case where multiple events would be broadcasted for a toast that exists in multiple containers. I can look at adding this soon. |
Great, Thanks. |
@CaselIT I haven't had time to get to this yet. If you are interested in creating a PR with tests, it would definitely help get this completed sooner :). Else I'll get to it when I can. |
I'll look into it. |
Since there hasn't been a lot of traction on this particular request, it doesn't seem to be that large of a demand. Closing. |
First of all thanks for this useful library!
It would be nice to have an observable in the
ToasterService
which notifies when a toast has been removed, regardless of the reason. It would the opposite of theaddToast
observableI you like I could make a pr with this feature.
The text was updated successfully, but these errors were encountered: