-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Spring Boot and Angular
By :
In this section, we will guide you through the installation of REST Client and Angular DevTools. REST Client is an essential tool in RESTful APIs. It is a tool for sending HTTP requests to the API you develop to debug the flow of your code on the endpoint as well as its response. There are several third-party platforms for API testing, such as Postman, but REST Client can be directly installed in your IDE.
Angular DevTools, on the other hand, is a Chrome extension for Angular that provides debugging and profiling capabilities for Angular applications. The extension supports Angular version 9 and later, and it is also Ivy enabled.
We only need to follow these steps to install REST Client in VS Code:
REST client.