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
What is the singleton pattern?
In case of nested controllers, does the $scope object shared across all controllers?
Can we have any service for ngfor and ngif in angular?
What is art compilation?
How do you use flexbox?
What is router-outlet directive in angular?
Ln component and service which logic that we have to write?
How can a number of watchers and digest cycle time affect the performance of the application?
what are directives? Mention some of the most commonly used directives in angularjs application?
What is the difference between $evalasync and $timeout in angularjs?
What is splice method?
What is material design angular?
How to load external css style into angular 2?
What is nginclude?
Explain what are directives ? Mention some of the most commonly used directives in Angular.js application ?