EventEmitter in Angular
Introduction
The EventEmitter class is a part of the Angular core library that allows a component to communicate with its parent component or with other components in an Angular application. It is commonly used in conjunction with the @Output decorat...
mbarkt3sto.hashnode.dev3 min read