Structural directives in Angular are used to change the structure of the DOM by adding, removing, or changing elements dynamically. They start with an asterisk (*) and modify the HTML layout.
Create A Component
ng generate component component/Directi...