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.
1 parent 5402b58 commit ab486bfCopy full SHA for ab486bf
fundamentals/the-angular-httpclient-and-interceptors.md
@@ -34,7 +34,7 @@ And immutability ensures that the interceptor chain can re-process the same requ
34
You can use multiple interceptors but keep this in mind that Angular applies interceptors in the order that you provide them.
35
If you provide interceptors A, then B, then C, requests will flow in A->B->C and responses will flow out C->B->A.
36
37
-
+
38
39
Another nice thing about interceptors is that they can process the request and response together.
40
This gives the possibility to combine a feature on the whole event.
0 commit comments