-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Angular Projects - Third Edition
By :
There are many extensions available in the VS Code Marketplace that enhance the Angular tooling ecosystem. In this section, we will learn about the most popular ones that can significantly help us in Angular development:
The preceding list is not exhaustive; some extensions are already included in the Angular Essentials extension pack. However, you can browse more Angular extensions for VS Code at https://marketplace.visualstudio.com/search?term=angular&target=VSCode.
Nx Console is a VS Code extension developed by the Nrwl team that provides a graphical user interface over the Angular CLI. It contains most of the Angular CLI commands and uses the Angular CLI internally to execute each one. We will learn more about this extension in the Building our application with Nx...