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 routing concept in angularjs?
What is ngmodel in angular?
What is pipe function?
Is mern full stack?
What is injector in angularjs?
What is primitive data type?
What are Filters in AngularJS?
What is ng command?
What is routing and navigation in angular?
What is flex layout in angular?
What can I do with react js?
When will ngoninit be called?