Which type of Angular directive is responsible for manipulating the structure of the DOM?

  • Attribute Directives
  • Component Directives
  • Pipe Directives
  • Structural Directives
Structural directives are responsible for manipulating the structure of the DOM. They change the layout of the view by adding or removing elements from the DOM based on certain conditions or logic.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *