Skip to content

Commit 9160a21

Browse files
JeanMecheAndrewKushnir
authored andcommitted
docs: add mention of the HTTP client for interceptors (angular#55551)
fixes angular#53911 PR Close angular#55551
1 parent 0650981 commit 9160a21

File tree

1 file changed

+2
-0
lines changed
  • adev/src/content/tutorials/first-app/steps/14-http

1 file changed

+2
-0
lines changed

adev/src/content/tutorials/first-app/steps/14-http/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ The server is now reading data from the HTTP request but the components that rel
196196

197197
</docs-workflow>
198198

199+
Note: This lesson relies on the `fetch` browser API. For the support of interceptors, please refer to the [Http Client documentation](/guide/http)
200+
199201
Summary: In this lesson, you updated your app to use a local web server (`json-server`), and use asynchronous service methods to retrieve data.
200202

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

0 commit comments

Comments
 (0)