How To Check Angular Version In Cmd

How To Check Angular version In cmd ? 3 Simple Ways – 2021

First install angular in your system

npm install -g @angular/cli

 

cmd to check angular version

ng version

check angular version by developer tools

You can also open the inspect element and go to the element tab on the developer tools of whatever browser you use. As displayed in the below image :

how to check angular version

 

Other way is, Find the package.json file, You will find all the installed dependencies and their version.