How is angularjs compiled?



How is angularjs compiled?..

Answer / Avinash Kumar Munda

AngularJS does not directly compile HTML templates like some modern JavaScript frameworks. Instead, it relies on the browser's built-in DOM parsing capabilities to process the HTML. AngularJS then adds its magic by linking the HTML elements and attributes with JavaScript objects (controllers) using directives and data bindings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is the scope of a $scope?

1 Answers  


Explain about single and multithread in javascript?

1 Answers  


What is a selector?

1 Answers  


Difference between service, directive, and module?

1 Answers  


Explain what is scope in angularjs?

1 Answers  


What is pipetransform interface?

1 Answers  


Is react a framework?

1 Answers  


What is single page application means?

1 Answers  


How to disable right click event in angularjs?

1 Answers  


What are the features of bazel?

2 Answers  


What is typings in angular 2?

1 Answers  


Does AngularJS support MVC?

1 Answers  


Categories