implement angular component and directive with same tag in angular 9 code example
Example 1: user defined directives in angular 7
<p [ngStyle]="{`THE CSS YOPU WANT TO ADD`}"> I am an Attribute Directive</p>
Example 2: change specific element style angular directive
content_copy
ng generate directive highlight