10

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 1

21

angular.version is what you're looking for: https://docs.angularjs.org/api/ng/object/angular.version

Sign up to request clarification or add additional context in comments.

1 Comment

If only you want to check the version then go to console and enter angular.version.full

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.