Check AngularJS version from console

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?

+4
source share
1 answer

angular.versionis what you are looking for: https://docs.angularjs.org/api/ng/object/angular.version

+14
source

All Articles