What is Isolate Scope and why it is required?
Answer / chaitanya
By default, directives have access to the parent scope in AngularJS apps. Hence, you can write your custom directive code based on parent scope. If the parent scope changes at all the directive is no longer useful.
The shared scope allows the parent scope to flow down into the directive but the Isolate scope doesn’t allow the parent scope to flow down into the directive.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is angular js in demand?
What is the difference between annotation and decorator in angular 2?
Why is jit so fast?
How would you control the size of an element on resize of the window in a component?
How long has angularjs been around?
How angular js integrates with html?
Why is it called angular?
What is data binding in angular 7?
What is * ngfor?
In how many different ways, you can define a directive and what is the best practice?
What is routing concepts in angular 2?
Mention some of the most commonly used directives in angularjs application?