How to access jQLite or jQuery with AngularJS?
Answer / chaitanya
jQuery lite or the full jQuery library if available, can be accessed via the AngularJS code by using the element() function in AngularJS. Basically, angular.element() is an alias for the jQuery function i.e. angular.element() === jQuery() === $()
| Is This Answer Correct ? | 1 Yes | 0 No |
What do you understand by services with reference to angular js?
Explain about routing and why do we use it?
What is deep linking in angular js?
Explain npm?
When did you use currency filter in angularjs?
What is routerlinkactive in angular?
What is shadow dom?
How do we import a module in angular 5?
Why is ngoninit called twice?
What is difference between service and factory?
What is ngafterviewchecked?
What is data binding in angularjs and what is the difference between one-way and two-way binding?