Installing REST Client VS Code or JetBrains and Angular DevTools
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.
Installing REST Client in VS Code
We only need to follow these steps to install REST Client in VS Code:
- First, open VS Code Editor and go to the Extensions tab.
- Search for
REST client
. - Select REST Client developed by Huachao Mao and install the extension.
...