How AngularJS compilation is different from other JavaScript frameworks?
Answer / chaitanya
It directly works on HTML DOM rather than strings and manipulates it as required. It uses two way data-binding between model and view to sync your data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does microsoft use angular?
What is difference between ng if and ng show?
What is tree shaking?
Explain the different types of streams present in node.js?
Can we have implement nested controllers in angularjs?
Is react better than angular?
Why do we need provider aliases? And how do you create one?
What is the difference between $evalasync and $timeout in angularjs?
How do you check if angular cli is installed?
What is Service in AngularJS?
List out the differences between activatedroute and routerstate, with reference to angular 2.
What is a component in angular 2?