Hi,
I am facing this problem (error TS2300: Duplicate identifier 'EventEmitter'.) and (error TS2300: Duplicate identifier 'Output'.).
after including this
@input() public parentData; name;
@output() public childEvent = new EventEmitter();
the error comes in the terminal.