How to check the angular version ? or Ways to find the angular version.
Categories: Angular Inteview Qusetions and Answers for 10 Years with Basics
To find angular version open application in browser open developer toolbar .Then navigates to elements .You can see angular version as ng-version =”15.2.10” go to the working directory where your angular application code is present. Execute ‘ng --version' or 'ng version' or 'ng v' command to get the angular version used in your application. You can find there angular version In the list of installed packages as highlighted below screen.