A

Admin • 833K Points
Coach

Q. How do you listen to events in a child component from the parent?

  • (A) Using @Output with EventEmitter
  • (B) Using @Input
  • (C) Using a pipe
  • (D) Using a service
  • Correct Answer - Option(A)
  • Views: 20
  • Filed under category Angular JS
  • Hashtags:

Explanation by: Admin

@Output and EventEmitter are used to emit events from a child to parent component.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.