As we know Angular is based on one way/directional data flow and does not have two way data binding. so you might think how do you get a component to emit an event to another component. EventEmitter is an Angular abstraction, and is used often, only ...
whysorush.hashnode.dev3 min read
No responses yet.