What are the different custom directive types in angularjs?



What are the different custom directive types in angularjs?..

Answer / Tanuj Kumar

{n 'answer': 'n In AngularJS, custom directives are used to extend the functionality of HTML elements. There are three types of custom directives:n 1. Attribute Directives - Manipulate DOM by changing attributes (e.g., ng-class, ng-show).n 2. Element Directives - Create a new custom HTML tag (e.g., ng-repeat, ng-controller).n 3. Class Directives - Used as a standalone component (e.g., ngModel, ngStyle).n '}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

Can we use jquery with node.js?

1 Answers  


How will you read a file using node?

1 Answers  


List out some new features introduced in es6?

1 Answers  


Where you can deploy node.js web application?

1 Answers  


Is rails still relevant 2019?

1 Answers  


What is the difference between module.exports and exports in node.js?

1 Answers  


What are the purposes of console object in node.js?

1 Answers  


Explain repl in the context of node.js.

1 Answers  


What are the functionalities of npm in node.js?

1 Answers  


How do callbacks work?

1 Answers  


what is the use of underscore in nodejs?

1 Answers  


What is the difference between reactjs and nodejs?

1 Answers  


Categories