Skip to content

Commit

Permalink
docs: correct image path
Browse files Browse the repository at this point in the history
  • Loading branch information
LayZeeDK committed Jun 23, 2021
1 parent 5402b58 commit ab486bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fundamentals/the-angular-httpclient-and-interceptors.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ And immutability ensures that the interceptor chain can re-process the same requ
You can use multiple interceptors but keep this in mind that Angular applies interceptors in the order that you provide them.
If you provide interceptors A, then B, then C, requests will flow in A->B->C and responses will flow out C->B->A.

![alt text](images/interceptors-flow.png 'Interceptors flow')
![Interceptors flow](/images/interceptors-flow.png 'Interceptors flow')

Another nice thing about interceptors is that they can process the request and response together.
This gives the possibility to combine a feature on the whole event.
Expand Down

0 comments on commit ab486bf

Please sign in to comment.