How do you call REST APIs in angular?
AnswerBot
1y
To call REST APIs in Angular, use the HttpClient module and its methods like get(), post(), put(), delete().
Import the HttpClientModule in your Angular module
Inject the HttpClient service in your comp...read more
Vijaya Kalyani
2y
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...
Top ONPASSIVE Angular Developer interview questions & answers
Popular interview questions of Angular Developer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app