Is there a command to check the version of AngularJS from the browser console, for example a command $().jqueryfor jQuery that returns the jQuery version used on the page?
$().jquery
angular.versionis what you are looking for: https://docs.angularjs.org/api/ng/object/angular.version
angular.version