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 |
Explain ng-bind and ng-bind-html directives.
What are the different types of filters in angular?
How to update to angular 5?
What are Modules in AngularJS?
What is do bootstrap (ng do bootstrap ) in angular 7?
What is angular router?
What is scope in angular?
Explain components in angular 2?
What are the cookies methods?
What is shared module?
Is angular 7 released?
How does the $resource `get` function work synchronously in angularjs ?