mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(compiler): make listener instruction chainable (#50975)
Makes the `ɵɵlistener` instruction chainable in the template pipeline PR Close #50975
This commit is contained in:
parent
7dd99cd843
commit
570bd67eae
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ const CHAINABLE = new Set([
|
|||
R3.stylePropInterpolate8,
|
||||
R3.stylePropInterpolateV,
|
||||
R3.classProp,
|
||||
R3.listener,
|
||||
R3.elementContainerStart,
|
||||
R3.elementContainerEnd,
|
||||
R3.elementContainer,
|
||||
|
|
|
|||
Loading…
Reference in a new issue