I am having an angualr 2 application and I loading child components in parent components using *ngFor. But I am facing a issue while I try to pass value from child to parent using @Output because it always return the value from first child component of *ngFor to the parent. Actually It should return the value from respective child component on which @Output event is emitted.
Any idea what is the issue.
Thanks in Advance