How To Check Angular Version Application Cli Tecadmin
This tutorial will help you to find the Angular version used by the application. Also, you can find what angular version is installed on my system. Check Angular Version in Application You can find the angular version used by the application under package.json file. To check this Go into node_modules/@angular/core/package.json file and check version field. You will see the version like this: Check Installed Angular CLI Version Angular provides ng command to work with command line....