Skip to content

Commit

Permalink
Update http-error-handling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Nov 8, 2024
1 parent 05de000 commit 34bf575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/framework/ui/angular/http-error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 34bf575

Please sign in to comment.