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 |
Explain ng-include directive.
What is lazy loading angularjs?
What are promises in angularjs?
How do jit compilers work?
How AngularJS handle data binding?
Explain what is data binding in angularjs?
What are different ways to invoke a directive?
How to write if else and then conditions in angular 4?
What is dependency injection (di)?
What is the use of filter in angularjs?
What is zones in angular 2?
Explain ui routing in angularjs?