0 votes
in Angular by
What are directives in Angular?

1 Answer

0 votes
by
Directives are one of the core features of Angular. They allow an Angular developer to write new, application-specific HTML syntax. In actual, directives are functions that are executed by the Angular compiler when the same finds them in the DOM. Directives are of three types:

Attribute Directives

Component Directives

Structural Directives

Related questions

+1 vote
asked Jan 23, 2022 in Angular by sharadyadav1986
0 votes
asked Jul 13, 2023 in Angular by sharadyadav1986
...