Hey folks,
unfortunately, I fail to update the message or the title of an existing toast. I store the ActiveToast<any> in a variable. Later (upon receiving a message), i want to update the toast message (e.g. count down, ...).
I already tried setting the message of the ActiveToast as well as setting the message of the .toastRef.componentInstance (as suggested here), but none of the works.
Am I doing something wrong or is that just not possible right now?
ngx-toastr version 19.0.0
Thanks and best regards,
Max
Hey folks,
unfortunately, I fail to update the message or the title of an existing toast. I store the
ActiveToast<any>in a variable. Later (upon receiving a message), i want to update the toast message (e.g. count down, ...).I already tried setting the message of the
ActiveToastas well as setting the message of the.toastRef.componentInstance(as suggested here), but none of the works.Am I doing something wrong or is that just not possible right now?
ngx-toastr version 19.0.0
Thanks and best regards,
Max