A

Admin • 830.13K Points
Coach

Q. How do you emit events from a child component to a parent component?

  • (A) Using @Output and EventEmitter
  • (B) Using @Input
  • (C) Using services only
  • (D) Using ngModel
  • Correct Answer - Option(A)
  • Views: 9
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin
@Output with EventEmitter allows child components to emit events to parents.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.