...

/

Commands of the Angular CLI

Commands of the Angular CLI

Let's look at some of the Angular commands and their purpose.

What is a command?

So we know the Angular CLI can be used to start a new application and also run the new application in the browser, but that’s not all it can do. There are other commands which can be used as we are developing our applications.


A command is a term for instructions we type into the Command Line Interface (CLI).


Angular commands

Let’s see a list of available commands:

Angular Command Purpose
ng add Used to add third-party libraries to an existing application, we will be using this soon to add Angular
...