0 votes
in Angular by
What are directives in Angular?

1 Answer

0 votes
by

A directive is a class in Angular that is declared with a @Directive decorator. Every directive has its own behavior, and you can import them into various components of an application.

...