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 |
Indexof(), if the given value is not in the string / array it will return what?
What is Controller in AngularJS?
What is a singleton pattern and where we can find it in angular?
What are differences between template and templateurl?
How do components communicate with each other in angular 2?
How to get actions of event binding in angular 4?
How can we setting up our development environment for angular 2?
What is npm command?
What is local reference in angular?
What is urlsegment interface in angular 7?
In which directory all external modules and files are stored in angular 4?
What is scope emit?