-
Book Overview & Buying
-
Table Of Contents
Angular Projects - Second Edition
By :
The Angular CLI is a command-line tool with a variety of commands. Each command can accept a wide range of options and parameters according to the task that we want to accomplish. The process of remembering these commands and their options off by heart is daunting and time-consuming. In such cases, the ecosystem of Angular tooling can come in handy. VSCode Marketplace contains many useful extensions that we can install to help us during Angular development. One of these extensions is the Nx Console, which provides a user interface over the Angular CLI. To install the Nx Console in your environment, follow these steps:

Figure 1.15 – VSCode Extensions
Nx Console.The Nx Console extension is now installed globally in our environment, which...