+1 vote
in Angular by

NG-IF-directive

1 Answer

0 votes
by
A core feature of Angular, directives are attributes that allow you to write new HTML syntax, specific to your application. They are essentially functions that execute when the Angular compiler finds them in the DOM.  The Angular directives are segregated into 3 parts:

Component Directives

Structural Directives

Attribute Directives
...