Skip to content

Commit

Permalink
enhance explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
masum-ulu committed Oct 23, 2024
1 parent ea9ba63 commit 257fd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/framework/ui/angular/list-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ You may use observables in combination with [AsyncPipe](https://angular.io/guide
```

## Handle request status
`ListService` expose a `getter` as `requestStatus$`. With this getter you can track request status. You can manage your flow with `idle`, `loading`, `success` or `error` options.
To handle the request status `ListService` provides a `requestStatus$` observable. This observable emits the current status of a request, which can be one of the following values: `idle`, `loading`, `success` or `error`. These statuses allow you to easily manage the UI flow based on the request's state.

![RequestStatus](./images/list-service-request-status.gif)

Expand Down

0 comments on commit 257fd2f

Please sign in to comment.