refactor(compiler): make listener instruction chainable (#50975)

Makes the `ɵɵlistener` instruction chainable in the template pipeline

PR Close #50975
This commit is contained in:
Miles Malerba 2023-07-07 12:59:51 -07:00 committed by Alex Rickabaugh
parent 7dd99cd843
commit 570bd67eae

View file

@ -29,6 +29,7 @@ const CHAINABLE = new Set([
R3.stylePropInterpolate8,
R3.stylePropInterpolateV,
R3.classProp,
R3.listener,
R3.elementContainerStart,
R3.elementContainerEnd,
R3.elementContainer,