ng-error-handlers

Angular allows developers to have only one `ErrorHandler` at a time which sometimes may be suboptimal if you already have an error handler like `Sentry` and want to add additional error handling. In such cases you would have to extend the existing `ErrorH

Browse on unpkg