Steps to check the Angular version in an Angular project:
- Open your project in VSCode.
- Open Terminal in VSCode.
- Type the following command :
- The terminal will show the output of the version being used in your project. Example:
In the above results “Angular: 13.3.4” is the version of Angular installed.