Answer Posted / chaitanya
jQLite is a subset of jQuery that is built directly into AngularJS. jQLite provides you all the useful features of jQuery. In fact it provides you limited features or functions of jQuery.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why do we need angular 2?
What is mvc angularjs?
Angularjs dependency injection of value inside of the module.config?
Mention the steps for the compilation process of html happens?
Explain different filters provided by angularjs?
How to set, get and clear cookies in angularjs?
Explain the usage of {{}}?
What is hostlistener in angular?
What is pipe?
Explain the use of ng-if, ng-switch, and ng-repeat directives in angularjs?
What is nginclude?
What is parameterizing pipe?
What is @viewchild?
Explain One-way binding in AngularJS?
Just-in-time (jit) compiles the app in the browser, at runtime, as the application loads – this is the standard development approach. Jit is useful for development, but its performance concerns me – how would jit scale for enterprise-level applications?