How to get the version of Angular CLI?
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 —versionng vng -v
Then you will get the output with the Version of the Angular CLI version.
ng --version