Explain what is directive and mention what are the different types of Directive?

Technology CommunityCategory: AngularJSExplain what is directive and mention what are the different types of Directive?
VietMX Staff asked 3 years ago

During compilation process when specific HTML constructs are encountered a behaviour or function is triggered, this function is referred as directive. It is executed when the compiler encounters it in the DOM.

Different types of directives are:

  • Element directives
  • Attribute directives
  • CSS class directives
  • Comment directives