Removing jQLite (mini-jQuery) from Angularjs

Angularjs uses a very deprived version of jQuery called jQLite(or mini-jQueryon some sites). If you add a link to the main jQuery, Angularjs will use your main jQuery, and I always have a link to the main jQuery in my applications. Therefore, to reduce the size of Angularjs, I want to remove jQLite from the Angularjs file. What is an easy (and safe) way to do this?

+4
source share
1 answer
+5

Source: https://habr.com/ru/post/1524213/


All Articles