Q. What is Angular’s HttpClient used for?
β
Correct Answer: (A)
To make HTTP requests to a backend
Explanation: HttpClient provides methods for HTTP calls like GET, POST, PUT, DELETE.