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
Is angularjs a framework, library or a plugin?
How to use angular js data grid/ng-grid?
What are the styling form that ngmodel adds to css classes?
What are services in angular 2?
How will you initialize a select box with options on page load?
What is the difference between the $watch, $digest, and $ apply?
Explain what is services in angular.js ?
What is route snapshot?
What is the difference between ng-model and ng-bind in angularjs?
What is providedin root?
Why we use routing in angularjs?
Why is typescript used in angular?
What is the difference between an annotation and a decorator in angular?
What are the advantages of using angular?
Please explain unit testing in angular?