I installed @angular/cli
package via npm, using the following command npm install -g @angular/cli
and I don’t no how to check the current version of the Angular package.
How to check the Angular version?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Siva
Using
ng version
you get the Angular version like below here I’m using Angular 8, below you can see how it looks like.