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 |
Can we use jquery with node.js?
How will you read a file using node?
List out some new features introduced in es6?
Where you can deploy node.js web application?
Is rails still relevant 2019?
What is the difference between module.exports and exports in node.js?
What are the purposes of console object in node.js?
Explain repl in the context of node.js.
What are the functionalities of npm in node.js?
How do callbacks work?
what is the use of underscore in nodejs?
What is the difference between reactjs and nodejs?