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 an entry component?
What is angularjs prefixes $ and $$?
Wht do we use directive?
What is the use of polyfills.ts file in angular 2?
Do you know scope in angularjs?
What is stackblitz?
What is single page application in angularjs?
What sre the directives in angularjs?
What is ivy in angular?
Does angular use ajax?
What are the modules in angular 2?
What is router and its types?