What is @input and @output in Angular 2?
Both @input and @output are decorators. The decorator @Input is used to bind a property within one child component to receive value from the parent component, whereas we use the @output decorator to bind the property of a component to send data from child component to parent component or calling component.
BY Best Interview Question ON 22 Jul 2019