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 is AngularUI router and how it is different from ngRoute?
Can angularjs connect to database?
How logs are maintained in angularjs?
Define data binding.
How to delete a row in angular js?
What a digest cycle is in angularjs?
What is @ngmodule in angular 2?
What are observables in angular 2?
What is the ngmodule?
What is main ts in angular?
How do we share data between controllers?
What the best way to inject one service into another in angular 2?
Which components can be injected as a dependency in angular js?
How install npm install?
In how many ways the Data Binding can be done?