1.

What is directive in Angular?

Answer»

DIRECTIVES are the extended HTML attributes and they are ALSO the most IMPORTANT FEATURES of Angular applications. They introduce syntax or markup.

There are 3 kinds of directives-
  • Components
  • Structural
  • Attribute


Discussion

No Comment Found