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 |
How to get and log an error in angular 4?
What is angular cli?
Can we have nested controllers in AngularJS?
What do I have to do to trick the browser into doing what I want?
Why is vue better than angular?
How many versions of angular are there?
What is the traceur compiler?
What would you consider a thing you should be careful doing on onnginit()?
Why do we use angular instead of react js?
Why should I learn angular?
What is difference between $evalAsync and $timeout?
Does angular support nested controllers?