Q. How do you handle errors globally in Angular HTTP requests?
β
Correct Answer: (A)
Using HttpInterceptor to catch and handle errors
Explanation: HttpInterceptor allows centralized error handling for HTTP requests.