Speaker
✓ Fullstack Day for free
✓ Arduino Starter Kit or Amazon Echo Dot for free
✓ Save up to 690€
Register now
✓ Full Stack Day gratis
✓ Arduino Starter Kit oder Amazon Echo Dot gratis
✓ Bis zu 690 € sparen
Register now
✓ See you in 2023
✓ See you in 2023
Infos
Description
HTTP Interceptors allow us to intercept HTTP requests and responses in our Angular application. They provide the perfect opportunity and place to handle data-flow related logic.
From adding Authorization headers to our HTTP requests to showing the loading spinner while waiting for the response, we can make use of HTTP Interceptors to do many important tasks such as cache response, retry failed requests, log and time HTTP activities, and show notification of results.
In this talk, we will explore what HTTP Interceptors are, how to set them up, and look at example use cases.