Answer Posted / 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 View All Answers
How to use the json object in ng-repeat?
Explain what a digest cycle is in angularjs?
What does ng transclude do?
What’s the difference between http and httpclient?
What is template? Why use? Detail?
What do you understand by validation of data in angularjs?
How to pass data into components with @input in angular 2?
What are the securities threats should we be aware of in angular 2 applications?
How to use multiple ng-app within a page in angularjs?
How to create and use custom pipes? How to create a globally available custom pipe?
What is ngdobootstrap?
What does a Subscribe method do in Angular 4?
What are the concept of scope hierarchy? Tell me how many scope can an application have?
What is ngonchanges in angular 2?
How can you use “$rootscope” in angularjs?