AI Features

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 ...

Ask