In our project we already use a custom error handler using
{provide: ErrorHandler, useExisting: CustomErrorHandler}
This CustomErrorHandler is provided by third party which logs errors to a central server. In addition to this we want to implement our own central error handling to display errors on screen.
Is there a way to have multiple error handlers in angular?
CustomErrorHandlerwith your logic by overridingCustomErrorHandler