I am having having common component which I created in common folder and that component can be use by multiple component .
I know that I can use EventEmitter to inform parent component if there is single parent but I am not sure that do I need to create separate emitter to inform other parents .