How AngularJS compilation is different from other JavaScript frameworks?



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

Post New Answer

More AngularJS Interview Questions

What is $injector and $inject?

0 Answers  


What is the module in angularjs?

0 Answers  


Is it a good or bad practice to use angular js together with jquery?

0 Answers  


What are constructors in angular?

0 Answers  


Explain system.config.ts file used in angular?

0 Answers  






What is the need for typescript in angular 2?

0 Answers  


Explain filter filter?

0 Answers  


What is @injectable in angular?

0 Answers  


What is ngoninit ()?

0 Answers  


How are the services injected to your application?

0 Answers  


Explain the usage of {{}}?

0 Answers  


In case of nested controllers, does the $scope object shared across all controllers?

0 Answers  


Categories