Is there a way to check the specific version of angular-cli that\'s installed globally on my machine? I\'m in a Windows environment. *npm -v* and *node -v
angular-cli
*npm -v* and *node -v
Execute:
ng v
or
ng --version
tell you the current angular cli version number