What are the attributes can be used during creation of a new angularjs directives?
Answer / Vishal Srivastava
During the creation of a new AngularJS directive, you can use various attributes like restrict, replace, template, templateUrl, transclude, scope, compile, controller, require, and link. These attributes help define the behavior, structure, and functionality of the directive.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to update or upgrade angular cli version
What is a template in angularjs?
What is a directive order?
What type of angular js date format?
What is a service angular?
Distinguish between angularjs expression & javascript expression?
Explain how we can create module and using it in AngularJS?
What are components in angular7?
What is angular 6 and why it is used?
What is MVC Architecture in AngularJS?
What is patchvalue used for?
How do you reference the host of a component?