Using attribute directives in Angular
Directives are functions that enhance the current or add additional behavior to the HTML elements they are bound to. We could divide directives into: Attribute directives Structural directives Components If finding components in this list feels weird do you, keep in mind that components are… Read More »Using attribute directives in Angular