Output
decorator
Decorator that marks a class field as an output property and supplies configuration metadata. The DOM property bound to the output property is automatically updated during change detection.
API
Usage Notes
@Output ({})
alias
string | undefined
The name of the DOM property to which the output property is bound.
Jump to details