+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

Related questions

0 votes
asked Feb 5, 2021 in Angular by SakshiSharma
0 votes
asked Dec 16, 2023 in Angular by AdilsonLima
...