ngneat / hot-toast

🍞 Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.

Home Page:https://ngneat.github.io/hot-toast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Toast close with data

hiepxanh opened this issue · comments

image

currently, we cannot close toast with data. I would like to passing data back from toast to listener, example I have provider name facebook, google, apple, I would like to know which one user clicked

You can use toastRef.data to read/update the data.

Closing due to inactivity.