From ebd4ea62f7ef524913b1a0996f25c7942fa2a54e Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Tue, 13 Aug 2024 04:07:00 -0400 Subject: [PATCH] docs(angular): add interceptors content (#6527) --- .../writing-interceptors@xG7iSVOGcbxJbNv3xbNfc.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/writing-interceptors@xG7iSVOGcbxJbNv3xbNfc.md b/src/data/roadmaps/angular/content/writing-interceptors@xG7iSVOGcbxJbNv3xbNfc.md index 0058e8235..71d95f4dd 100644 --- a/src/data/roadmaps/angular/content/writing-interceptors@xG7iSVOGcbxJbNv3xbNfc.md +++ b/src/data/roadmaps/angular/content/writing-interceptors@xG7iSVOGcbxJbNv3xbNfc.md @@ -1 +1,9 @@ -# Writing Interceptors \ No newline at end of file +# 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) \ No newline at end of file