What Is Input And Output Angular 6?

What Is Input And Output Angular 6? @Input() and @Output() give a child component a way to communicate with its parent component. @Input() lets a parent component update data in the child component. Conversely, @Output() lets the child send data to a parent component. What does output do in Angular? @Output decorator is used to