How can I tell which version of Angular I am using?
I have tried:
angular --version angular --v angular -version angular -v
but get
You can also check it by inspecting the elements on the page:
press F12 to open Browser's developer tools.
Inspect an Element.
Expand Body
You will see the version of Angular, like the following:
ng-version="4.3.6"