Skip to content

Commit

Permalink
docs: add mention of the HTTP client for interceptors (#55551)
Browse files Browse the repository at this point in the history
fixes #53911

PR Close #55551
  • Loading branch information
JeanMeche authored and AndrewKushnir committed Apr 29, 2024
1 parent 0650981 commit 9160a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adev/src/content/tutorials/first-app/steps/14-http/README.md
Expand Up @@ -196,6 +196,8 @@ The server is now reading data from the HTTP request but the components that rel

</docs-workflow>

Note: This lesson relies on the `fetch` browser API. For the support of interceptors, please refer to the [Http Client documentation](/guide/http)

Summary: In this lesson, you updated your app to use a local web server (`json-server`), and use asynchronous service methods to retrieve data.

Congratulations! You've successfully completed this tutorial and are ready to continue your journey with building even more complex Angular Apps.
Expand Down

0 comments on commit 9160a21

Please sign in to comment.