How AngularJS is compiled?

Answer Posted / ramyagurrala

Compiler is an Angular service which traverses the DOM looking for attributes.
The compilation process happens in two phases.

Compile: traverse the DOM and collect all of the directives.

Link: combine the directives with a scope and produce a live view.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is angular expression? Explain what is the key difference between angular expressions and javascript expressions?

584


What is the main purpose of find index in angularjs, and what does it return if no value is found?

575


Why is angular faster?

533


What do double curly brackets are used in angular 5?

592


Just-in-time (jit) compiles the app in the browser, at runtime, as the application loads – this is the standard development approach. Jit is useful for development, but its performance concerns me – how would jit scale for enterprise-level applications?

565


What is observable and promise?

574


Can we use jquery library in angularjs?

586


What is xmb placeholders?

532


What is decorator in angular?

521


What is the difference between constructor and ngonlnit in angular js?

587


What do you mean by $rootscope in angularjs?

542


How to install angular 8?

860


What pseudo-class selector targets styles in the element that hosts the component?

558


What is ngafterviewchecked?

520


What is the aot compilation?

593