Browse Source

Merge pull request #21299 from abpframework/auto-merge/rel-9-0/3180

Merge branch dev with rel-9.0
pull/21305/head
maliming 2 years ago
committed by GitHub
parent
commit
da4cf15229
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/framework/ui/angular/http-error-handling.md

2
docs/en/framework/ui/angular/http-error-handling.md

@ -27,7 +27,7 @@ export class AppModule {}
```
- `ErrorScreenErrorCodes` the error codes that you can pass to `skipHandledErrorCodes` and `forWhichErrors`.
- `skipHandledErrorCodes` the error codes those you don't want to handle it.
- `skipHandledErrorCodes` the error codes those you don't want to handle.
- `errorScreen` the screen that you want to show when a route error occurs.
- `component` component that you want to show.
- `forWhichErrors` same as `ErrorScreenErrorCodes`

Loading…
Cancel
Save