When content is projected into a child component, the data binding context remains that of the ________ component.

  • Angular
  • Child
  • Host
  • Parent
When content is projected into a child component, the data binding context remains that of the Parent component. This means that any data binding, variables, or properties you use in the projected content within the child component will be based on the data of the parent component that projected it. Understanding this is crucial for effective data communication in Angular.
Add your answer
Loading...

Leave a comment

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