AngularJS Question:

Does Angular use the jQuery library?

AngularJS Interview Question
AngularJS Interview Question

Answer:

Yes, Angular can use jQuery if you have included the jQuery library.
IF Not, Angular falls back to its own implementation of the subset of jQuery that we call jQLite.


Previous QuestionNext Question
How to initiate variable in AngularJS?Give an Example of Data-Binding in AngularJS?