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 |
How to update angular 4,5, 6 to angular 7?
What is angular directives?
How to do email and phone no. Validation in angularjs?
Which directive is used to hide elements from the html dom by removing them from that dom and not changing their styling?
What is a mocked service in angularjs? How to use it?
Explain life cycle in angular?
Is google using angular?
Why do we use ngoninit in angular?
What is the json web token structure?
Difference between services and factory.
What is a module in math?
What are the attributes that can be used during the creation of a new angularjs directives?