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 |
Mention some advantages of using angular js framework.
what are directives? Mention some of the most commonly used directives in angularjs application?
List out the advantages of angularjs?
What is angular 4? What’s new in angular 4?
What is angular cli? List the command to install angular cli?
How many types of services are there in angularjs?
What is the meaning of component lifecycle in angular 2?
What is angular 4?
How many types of data bindings are there in angularjs?
Can we use to open-source library with angular?
Can multiple controllers be used in a single html page?
How to write expression in angularjs?