What is restrict option in directive?
Answer / chaitanya
The restrict option in angular directive, is used to specify how a directive will be invoked in your angular app i.e. as an attribute, class, element or comment.
| Is This Answer Correct ? | 1 Yes | 0 No |
What classes should I not add to module's declarations?
What is dependency injection and how does it work?
What is shadow dom and how it is helping to perform better in angular 2?
How to catch and log specific angular errors in your app?
What is package json in angular?
How can we fix it?
What is impure pipe in angular?
List out the differences between activatedroute and routerstate, with reference to angular 2.
What happens when the page containing angular based application loads?
How do observables work?
What are the differences angular modules, javascript modules vs. Angular 1 modules?
Explain angularjs digest cycle?