Front End Developer (AngularJS) Question:
Download Questions PDF

Explain does Angular use the jQuery library?

Front End Developer (AngularJS) Interview Question
Front End Developer (AngularJS) Interview Question

Answer:

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.

Due to a change to use on()/off() rather than bind()/unbind(), Angular 1.2 only operates with jQuery 1.7.1 or above.

Download Front End Developer (AngularJS) Interview Questions And Answers PDF

Previous QuestionNext Question
How would you call a function directly on a string?Tell me what are the basic rules to remember for Coffee Script?