Structural Directives in Angular
Structural Directives areo responsible for the DOM layout. These directives will shape or reshape the HTML view by simply adding or removing the elements from the DOM.
These directives are basically used to handle how the component or the element should render in a template.
All structural Directives are preceded by Asterix (*) symbol. This is a structural directive shortcut. This is converted to a lengthier form under the hood by Angular. Internally Angular surrounds the host element and its content within
What's Your Reaction?