How AngularJS compilation is different from other JavaScript frameworks?
Answer Posted / 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 |
Post New Answer View All Answers
What does spa (single page application) mean? How can we implement spa with angular?
What’s the advantage of using form builder?
What do you understand by metadata in context of angular 2 application?
What is zone in angular?
Why do we use angular?
What is pure pipe in angular?
What is the singleton pattern? How does angular use it?
What is key value pipe in angular 7?
Difference between angular 2, 4, 5, 6, &7?
What is the difference between $evalasync and $timeout in angularjs?
How to display the values in tables in AngularJS?
What does the ng stand for in angular?
What is angular module factory?
Explain $rootscope in angularjs.
What is the difference between ajax and angularjs?