What are the attributes can be used during creation of a new angularjs directives?



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

Post New Answer

More AngularJS Interview Questions

how to update or upgrade angular cli version

1 Answers  


What is a template in angularjs?

1 Answers  


What is a directive order?

1 Answers  


What type of angular js date format?

1 Answers  


What is a service angular?

1 Answers  


Distinguish between angularjs expression & javascript expression?

1 Answers  


Explain how we can create module and using it in AngularJS?

1 Answers  


What are components in angular7?

1 Answers  


What is angular 6 and why it is used?

1 Answers  


What is MVC Architecture in AngularJS?

1 Answers  


What is patchvalue used for?

1 Answers  


How do you reference the host of a component?

1 Answers  


Categories