2
Reply

How to get the version of Angular CLI?

Arvind Yadav

Arvind Yadav

2y
1.2k
1
Reply

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 —version
    ng v
    ng -v

    Then you will get the output with the Version of the Angular CLI version.

    ng --version