List all built-in structural directives
The main built-in structural directives in Angular are:
*ngIf- conditionally displays an element in the DOM.*ngFor- repeats an element for each item in a collection.*ngSwitch,*ngSwitchCase,*ngSwitchDefault- displays one of several variants depending on the value of an expression.
Conclusion: these directives control the DOM structure by adding, removing or selecting elements to render.
Short Answer
Interview readyPremium
A concise answer to help you respond confidently on this topic during an interview.