EventEmitter in Angular
In this article we will see the basic use case of @Ouput and EventEmitter in Angular 8. In order to notify or pass some information to a parent component about any event in its child components we use the Output decorator along with the EventEmitter to raise a custom event.