We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16ed32b + 34bf575 commit 9baf936Copy full SHA for 9baf936
docs/en/framework/ui/angular/http-error-handling.md
@@ -27,7 +27,7 @@ export class AppModule {}
27
```
28
29
- `ErrorScreenErrorCodes` the error codes that you can pass to `skipHandledErrorCodes` and `forWhichErrors`.
30
-- `skipHandledErrorCodes` the error codes those you don't want to handle it.
+- `skipHandledErrorCodes` the error codes those you don't want to handle.
31
- `errorScreen` the screen that you want to show when a route error occurs.
32
- `component` component that you want to show.
33
- `forWhichErrors` same as `ErrorScreenErrorCodes`
0 commit comments