How can I tell which version of Angular I am using?
I have tried:
angular --version angular --v angular -version angular -v
but get
On your project folder, open the command terminal and type
ng -v
it will give you a list of items, in that you will be able to see the angular version. See the screenshot.