Explain directive in AngularJS?
Answer / Gaurav Chauhan
A directive in AngularJS is a way to extend HTML by adding new attributes, elements, or behaviors. Directives can be used to create custom components, modify the behavior of existing HTML elements, and manipulate the DOM.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does SPA (Single page application) mean?
What is $scope? How does it work?
What would you consider a thing you should be careful doing on onnginit()?
What is root injector in angular?
Explain ng-include directive.
What are the 3 types of advance directives?
Mention what are the characteristics of “scope”?
Who created angular js ?
What is a router in angular?
When should you use json web tokens?
What is angular ui?
How to handle and retry the failed request due to poor network connection in angular 4?