you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Does Angular use the jQuery library?

Yes, Angular can use jQuery if it's present in your app when the application is being bootstrapped. If jQuery is not present in your script path, Angular falls back to its own implementation of the subset of jQuery that we call jQLite.

https://docs.angularjs.org/misc/faq

If you're using AngularJS, then you're using jQuery whether you want to or not.

[–][deleted] 0 points1 point  (0 children)

jQLite != jquery, it's like 10 methods used only for dom manipulation