How to get the version of Angular CLI?
Loading
How to get the version of Angular CLI?
ng --version
Go to your project folder where angular is inalled. Now, Open command promt over here at the folder path of project.
Now execute the one of the following command.
ng —version
ng v
ng -v
Then you will get the output with the Version of the Angular CLI version.