The _____ decorator in a component class binds a property inside the component to a value that is passed from outside the component.

  • @Injectable
  • @Input
  • @Output
  • @ViewChild
The @Input decorator in a component class binds a property inside the component to a value passed from outside the component.
Add your answer
Loading...

Leave a comment

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