fix(ivy): move HostListeners generation to factory function (#26480)
PR Close #26480
This commit is contained in:

committed by
Matias Niemelä

parent
c0bf222a05
commit
2a869271f6
@ -43,6 +43,7 @@ export function compilePipeFromMetadata(metadata: R3PipeMetadata) {
|
||||
type: metadata.type,
|
||||
deps: metadata.deps,
|
||||
injectFn: R3.directiveInject,
|
||||
extraStatementFn: null,
|
||||
});
|
||||
definitionMapValues.push({key: 'factory', value: templateFactory.factory, quoted: false});
|
||||
|
||||
|
Reference in New Issue
Block a user