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 |
What is route in angularjs?
What is dom stand for?
What is the different versions of angular?
What set of modern browsers are supported in angular 2?
What is injectors?
What is 'transfer data to and from the ui' in angularjs?
Explain what is the difference between link and compile in angular.js?
What is the template in angularjs?
How to configuring routes in angular js?
What is the difference between a link and compile in angularjs?
What is the purpose of exports in an ng module?
Is angular backward compatible?