I am using Angular to add a new feature to an old site that loads a very old version of jQuery.
How can I check if Angular is using that jQuery version? And if it uses the old jQuery version, how could I configure Angular to ignore it and fallback to jqLite?
I am finding some random errors and I would like to rule an incompatibility out before digging any further.