
Asked in Merce Technologies and 5 others
How do you call an API in Angular? Write the code for this.

AnswerBot
6mo
To call a REST API in Angular, use the HttpClient module to make HTTP requests.
Import HttpClientModule in app.module.ts
Inject HttpClient in the component/service where API call needs to be made
Use Htt...read more
Vijaya Kalyani
3y
using httpClient module
Anonymous
3y
We call the HttpClient module and call:
this.http.get<Object[]>("<link>/employees");
then we subscribe to this observable and get the requested data (the employees)
Add answer anonymously...
Interview Questions from Popular Companies

3.7
• 8.8k Interviews

4.0
• 5.5k Interviews

3.5
• 4.2k Interviews

3.6
• 8k Interviews

3.7
• 6k Interviews

3.7
• 6.2k Interviews

3.5
• 4.2k Interviews

3.7
• 5.1k Interviews
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

