Q. What is the purpose of Angular's `HttpClient` service?
β
Correct Answer: (A)
To make HTTP requests
Explanation: `HttpClient` is used to perform HTTP requests to communicate with back-end services.