freecodecamp.org
What Are Angular Structural Directives?
There are two types of directives in Angular. Attribute directives modify the appearance or behavior of DOM elements.Structural directives add or remove elements from the DOM.. Structural directives are one of the most powerful features of Angular, and yet they're frequently misunderstood.