How do you display a list of basic commands that Angular CLI supports?
Experience Level: Junior
Tags: AngularAngular CLI
Answer
Run the following command from the command line:
ng
The command will show the list of all basic commands.
Related Angular CLI job interview questions
How do you run an Angular application on your local computer using Angular CLI?
AngularAngular CLI JuniorHow do you find out what version of Angular CLI do you have installed?
AngularAngular CLI Junior