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
Angular has a global error handling class called errorHandler that provides a hook for centralized exception handling inside your application.
We need to detect errors with a class inherited by errorHandler
The text was updated successfully, but these errors were encountered:
I could build a class named GlobalErrorHandler that inherits from ErrorHandler and set it up in the providers' configuration to get it working. Just one thing: how do you picture the user interaction with errors? Toast notifications? Browser alert? Just in console for development purposes?
Angular has a global error handling class called errorHandler that provides a hook for centralized exception handling inside your application.
We need to detect errors with a class inherited by errorHandler
The text was updated successfully, but these errors were encountered: