6 min read
•Question 6 of 46mediumCreating Custom Directives
Building attribute and structural directives.
Custom Attribute Directive
Attribute directives modify the behavior or appearance of elements.
Custom Structural Directive
Structural directives modify the DOM structure.