A quick way to test on browser console if AngularJS is running on the page?

You can test that jquery is running on the page by simply typing this in the browser console:

$

and that returns

function()

Is there something similar you can do with AngularJS?

How about just doing:

angular

If you would like information about the version, you can then look at angular.version