Is there a command to test AngularJS version from browser console like the $().jquery command for jQuery which returns the version of jQuery used in the page?
1 Answer
angular.version is what you're looking for:
https://docs.angularjs.org/api/ng/object/angular.version
1 Comment
Shivendra Prakash Shukla
If only you want to check the version then go to console and enter angular.version.full