What are directives in Angular?
In Angular, a directive is a function which is executed when the Angular compiler finds it in the Angular DOM. Directives specify how to control components and business logic in Angular applications. There are mainly three type of directives: Component Directives Structural Directives Attribute Directives In Angular, directives are a fundamental concept used to extend … Read more