how to add a directive to div angular code example
Example 1: user defined directives in angular 7
import { Directive, ElementRef } from '@angular/core';
Example 2: change specific element style angular directive
content_copy
ng generate directive highlight