1.
Which Angular module is used to make HTTP requests to a Web API?
2.
Which Angular service is commonly used to communicate with a RESTful Web API?
3.
Which HTTP method is primarily used to retrieve data from a Web API?
4.
What is the main advantage of creating a service layer in Angular for API communication?
5.
Which RxJS method is commonly used to handle errors in Angular HTTP requests?
6.
Where is a JWT token typically included when making authenticated API requests?
7.
Which Angular feature is used to prevent unauthorized users from accessing specific routes?
8.
Which HTTP method is generally used to update an existing resource through a Web API?
9.
What is the primary benefit of using Angular's HttpClient instead of the older Http module?
10.
In a Full Stack application using Angular and ASP.NET Core Web API, what is the primary responsibility of Angular?
1 out of 1