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 bootstrap your angular app for multiple modules?
What is the meaning of material design?
What are the modules in angular 2?
How to do email and phone no. Validation in angularjs?
What is example of directive?
What is an ng model?
How do we create a singleton service in angular 2?
How to write increment counter in angular js?
If your data model is updated outside the ‘zone’, explain the process how will you the view?
What is bootstrapping in angular js?
What is template? Why use? Detail?
How to upgrade angular 2 project to angular 4? Explain
What is angularjs prefixes $ and $$?
What is the process of inserting an embedded view from a prepared templateref?
What is AtScript?