The @Output() decorator is used to emit custom ________ from a component.

  • input events
  • methods
  • output events
  • properties
The @Output() decorator is used to emit custom output events from an Angular component. These events allow a component to communicate with its parent or containing components. By emitting custom events, a child component can notify its parent about specific actions or changes, enabling parent-child communication in Angular applications.
Add your answer
Loading...

Leave a comment

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