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