Can we use jquery library in angularjs?



Can we use jquery library in angularjs?..

Answer / Vishal Jaiswal

It's generally not recommended to mix jQuery with AngularJS due to potential conflicts. However, if necessary, you can use jQuery in an AngularJS application by wrapping it in an Angular service or directive.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is $digest in angularjs?

1 Answers  


How do you share data between controllers?

1 Answers  


What is factory in angularjs?

1 Answers  


What is ng controller in angularjs?

1 Answers  


What does :host-context() pseudo-class selector target?

1 Answers  


How does lazy loading work in angular 6?

1 Answers  


What are the different types of directives available in angularjs?

1 Answers  


Explain $watch(), $watchgroup() and $watchCollection() functions of scope?

1 Answers  


Is angular seo friendly?

1 Answers  


What is difference between javascript and typescript?

1 Answers  


Which are the common ways of communication between modules of your application, using core angularjs functionality?

1 Answers  


What are decorators?

1 Answers  


Categories