Angular Directives
Directives in Angular extend the use of HTML by adding custom behavior. In this blog, we will see the use of directives in Angular. Types of Directives There are 3 types of directives in Angular – Component Directives It is a directives with a template. Components are the most common directives among all. We can … Read more