You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there
This is not a bug but a feature/example request.
I have a custom ErrorHandler. My custom implementation is very simple, it implements the interface ErrorHandler and overwrite the handleError(error) method.
Because the ErrorHandler does not operate in a Angular Zone, the toasts don't show up correctly. I found the way to do it here : https://stackoverflow.com/questions/44975477/angular2-ng-toasty-errorhandler
The request : Can you add an example of the "correct" way to implement this kind of handler ?
Thanks !
The text was updated successfully, but these errors were encountered:
Added bypassSecurityTrustHtml support for the body parameter for the `TrustedHtml` body output type. Thanks to @TGNC for making the change.
Documented ErrorHandler cases. Closes#169.
Hi there
This is not a bug but a feature/example request.
I have a custom ErrorHandler. My custom implementation is very simple, it implements the interface ErrorHandler and overwrite the handleError(error) method.
Because the ErrorHandler does not operate in a Angular Zone, the toasts don't show up correctly. I found the way to do it here : https://stackoverflow.com/questions/44975477/angular2-ng-toasty-errorhandler
The request : Can you add an example of the "correct" way to implement this kind of handler ?
Thanks !
The text was updated successfully, but these errors were encountered: