How to use jQuery with AngularJS?
Answer / chaitanya
By default AngularJS use jQLite which is the subset of jQuery. If you want to use jQuery then simply load the jQuery library before loading the AngularJ. By doing so, Angular will skip jQLite and will started to use jQuery library.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the possible ways to bind component properties to an associated template?
What are the key features of angular.js?
What is ngfor in angular?
How AngularJS handle the security?
What happen when I import the same module twice in angular 4?
Difference between promises and observable?
When dependent modules of a module are loaded?
What is cli in angular?
What is angular 7? How is it different from angularjs?
When to use $destroy() function of scope?
What do you mean by controllers?
What is property in angular?