Angular Directive Selector
All Angular Directives have a selector, which specifies which HTML elements will the directive work with.
Most often, the selector is an attribute selector, which means that the directive will essentially be a custom HTML attribute.
However, Angular ...
nhannguyen.hashnode.dev1 min read