Define directives in angularjs.
Answer / Ravi Krishnan
In AngularJS, a directive is a mechanism to extend and customize HTML by adding new attributes, elements, or behaviors. n- An attribute directive modifies the behavior of an existing HTML element. n- An element directive creates a new HTML element with its own behavior. n- A class directive changes the behavior of an existing HTML class. n- AngularJS also provides built-in directives like ngModel, ngRepeat, and ngShow.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is eventemitter angular2?
What is the meaning of aot?
How to use the json object in ng-repeat?
What are the services in angular js?
What is angular 2?
What is AtScript?
Define scope in angular js.
Is lazy loading good?
What are angular directives used for?
How does scope inheritance work in angularjs?
What is pure pipe?
What is angular 6 and why it is used?