angular cli

How to Uninstall Angular CLI in Simple Steps

If you are using a windows PC then you can execute the below command after the command shell is opened through Run>>Cmd

ng –version
Or
ng v

You can use any of the above command and once the command is executed, you’ll get the Angular CLI version which is already installed on your system.

Check the Angular CLI version in Mac

It doesn’t matter which OS you are using to check the Angular cli version. You just need to know how to open the terminal and then use the same command for version.

You just need to search for Terminal in Finder

Finder>>Applications>>Utilities>>Terminal

Command
ng –version