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
What is [( ngmodel )]?
What is the use of pipe in rxjs?
What is ng last name?
What is injector in angularjs?
What is the difference between activatedroute and activatedroutesnapshot?
What is html api?
What is do bootstrap (ng do bootstrap ) in angular 7?
How many types of data bindings are there in angularjs?
How to create and use custom pipes? How to create a globally available custom pipe?
What is the use of @Input and @Output?
What is a decorator function?
What is typescript ?
What are the advantages of angular 2 ?
What is the difference between routermodule.forroot() vs routermodule.forchild()? Why is it important?
What is a factory?