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 |
On which types of the component can we create a custom directive?
What is a template angular?
What is scope in javascript?
What are different ways to invoke a directive?
Explain component life cycle in angular?
What is httpinterceptor?
What is the difference between angularjs and angular 2?
What is es6?
What are static and public in angular?
Explain what is a factory method in angularjs?
what is the difference between one-way binding and two-way binding in angularjs?
What is the difference between structural and attribute directives in angular?