Q. What is the purpose of the `HttpClientModule` in Angular?
β
Correct Answer: (A)
To perform HTTP requests
Explanation: HttpClientModule enables communication with backend services over HTTP.