Browse Source

Minor changes applied

pull/18787/head
Masum ULU 2 years ago
committed by GitHub
parent
commit
20b7151d44
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/UI/Angular/HTTP-Error-Handling.md

4
docs/en/UI/Angular/HTTP-Error-Handling.md

@ -97,9 +97,7 @@ export function handleHttpErrors(
### Service Method
With Services you can provide **more than one handler**.
A custom HTTP error handler service can be registered to an injection token named **`CUSTOM_ERROR_HANDLERS`**. ABP has some default [error handlers](https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/theme-shared/src/lib/providers/error-handlers.provider.ts).
You can provide **more than one handler** with services, a custom HTTP error handler service can be registered with injection token named **`CUSTOM_ERROR_HANDLERS`**. ABP has some default [error handlers](https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/theme-shared/src/lib/providers/error-handlers.provider.ts).
### How To Add New Handler Service

Loading…
Cancel
Save