The post Creating Custom Directives in Angular 7 appeared first on positronX.io.
Angular 7 Custom Directives will be discussed here in this article. You can compare the building of directives with the building of components in Angular 2. As for components, they are directives with a view attached to it. In general, there are 3 types of directives: structural , attribute and components.
Top comments (0)