Angular

Last Updated: 7/12/2023

Aliasing Output Properties

  • Use alias to keep the contract of the API stable
  • rename the output property from change to click
@Output('change') click = new EventEmitter();