The mechanism that allows you to inject content from a parent component into a child component's view is known as ________.

  • Propagation
  • Data binding
  • Content projection
  • Component interaction
Content projection is the mechanism that enables you to inject content from a parent component into a child component's view. It is commonly used in frameworks like Angular to pass content from a parent component to specific slots in a child component. Options 1, 2, and 4 are not accurate descriptions of this mechanism.
Add your answer
Loading...

Leave a comment

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