Angular Directive Selector | Angular 11
This article will go through how to use the different types of Angular directive selector. in Angular 11, every Directive has a selector, exactly as each component does. selectors are not restricted to directives they may also be used as selectors for Angular components. Angular directive selector The Angular directive selector can be applied to …