Explain directives in angular js
Answer / Avinash Singh
Directives in AngularJS are a way of extending the functionality of HTML elements or creating custom HTML tags. Directives allow you to modify the behavior, appearance, and structure of your application's HTML, making it more dynamic and powerful.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which language is used in angular?
What are differences between templateurl and styleurls?
What is ddo (directive definition object)?
How to create and use custom pipes? How to create a globally available custom pipe?
How can you add an active class to a selected element in a list component?
What is latest version of angularjs?
What is react vs angular?
What is router and why is it used in angular?
Difference between services and factory.
How to debug AngularJS app in browser?
What is client side routing?
How many scope can an application have?