Check Angular Version using Command Line

Open the Terminal in Visual Studio Code, select OctopusCodes.com folder and type ng version or ng v commands to check Angular version.

  • C:\Users\Admin\Desktop\OctopusCodes.com>ng version
  • C:\Users\Admin\Desktop\OctopusCodes.com>ng v
Output:
Click Image to Zoom

You can also check Angular version by opening the package.json file and look for the @angular/cli under the devDependencies node as shown below.

Click Image to Zoom