mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-26 02:25:35 +02:00
docs(angular): add interceptors content (#6527)
This commit is contained in:
@@ -1 +1,9 @@
|
|||||||
# Writing Interceptors
|
# Writing Interceptors
|
||||||
|
|
||||||
|
Interceptors are middleware that allows common patterns around retrying, caching, logging, and authentication to be abstracted away from individual requests.
|
||||||
|
|
||||||
|
Visit the following resources to learn more:
|
||||||
|
|
||||||
|
- [@official@Angular Official Docs - Interceptors](https://angular.dev/guide/http/interceptors)
|
||||||
|
- [@article@Angular Interceptor](https://www.scaler.com/topics/angular/angular-interceptor/)
|
||||||
|
- [@video@Interceptors in Angular](https://www.youtube.com/watch?v=w1_AmHv2LmA)
|
Reference in New Issue
Block a user