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
Explain what is angular expression? Explain what is the key difference between angular expressions and javascript expressions?
What is the main purpose of find index in angularjs, and what does it return if no value is found?
Why is angular faster?
What do double curly brackets are used in angular 5?
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?
What is observable and promise?
Can we use jquery library in angularjs?
What is xmb placeholders?
What is decorator in angular?
What is the difference between constructor and ngonlnit in angular js?
What do you mean by $rootscope in angularjs?
How to install angular 8?
What pseudo-class selector targets styles in the element that hosts the component?
What is ngafterviewchecked?
What is the aot compilation?