How to use jQuery with AngularJS?



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

Post New Answer

More AngularJS Interview Questions

What is router-link directive in angular?

0 Answers  


How can we achieve internationalization using angular 2 ?

0 Answers  


What is data binding and its types?

0 Answers  


What is the name of directive is used to bootstrap an angular app?

0 Answers  


How to create & call angular 2 services in components?

0 Answers  






how to set a custom header on the request?

0 Answers  


What is angular directives?

0 Answers  


Is angular a ui framework?

0 Answers  


What do you understand by dependency injection in angularjs?

0 Answers  


What is the difference between routermodule.forroot() vs routermodule.forchild()?

0 Answers  


What is tsconfig json in angulr 2?

0 Answers  


How to use angular datepicker in angular 5/4 applications?

0 Answers  


Categories