0 votes
in Angular by
How do you find angular CLI version?

1 Answer

0 votes
by

Angular CLI provides it's installed version using below different ways using ng command,

ng v
ng version
ng -v
ng --version

and the output would be as below,

Angular CLI: 1.6.3
Node: 8.11.3
OS: darwin x64
Angular:
...
...