fix(ivy): host listeners being inherited twice (#28902)
Fixes inherited host event listeners being registered twice. This PR resolves FW-1071. PR Close #28902
This commit is contained in:

committed by
Ben Lesh

parent
9dac04ff50
commit
43181ea568
@ -728,7 +728,7 @@ const updateBaseDefFromIOProp = (getProp: (baseDef: {inputs?: any, outputs?: any
|
||||
|
||||
const baseDef = constructor.ngBaseDef;
|
||||
const defProp = getProp(baseDef);
|
||||
defProp[name] = args[0];
|
||||
defProp[name] = args[0] || name;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user