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 |
What is $digest in angularjs?
How do you share data between controllers?
What is factory in angularjs?
What is ng controller in angularjs?
What does :host-context() pseudo-class selector target?
How does lazy loading work in angular 6?
What are the different types of directives available in angularjs?
Explain $watch(), $watchgroup() and $watchCollection() functions of scope?
Is angular seo friendly?
What is difference between javascript and typescript?
Which are the common ways of communication between modules of your application, using core angularjs functionality?
What are decorators?