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 |
What is the use of @Input and @Output?
What is a ngmodule?
What is angular framework?
What is router events in angular?
Explain the steps for creating a services in angular 2?
What do you mean by $rootscope in angularjs?
What is ngrx?
Why services are used in angularjs?
What are the difference between component and directive in angular 2?
Explain angular 2 hidden property?
What is a controller javascript?
Who made redux?