Angular EventEmitter() - Passing data from child to parent component

@Output() To pass data from child to a parent component we use @Output() decorator. EventEmitter()...