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 |
What is pure pipe?
How do we create a singleton service in angular 2?
What is AngularUI router and how it is different from ngRoute?
What is npm start?
What is material in angular?
How to get user input from a template reference variable?
Why should I use angular 7?
What is a service in angular?
List of useful ionic 3 cli commands?
How we can set http request header in angular 2 and angular 4?
What is angulars performance like?
Whats is output for typeof (null)?