https://github.com/angular/angular
Revision 3664cd6cb2cd31481af2684d2feac34c34094e07 authored by Thomas Nguyen on 01 July 2024, 23:05:33 UTC, committed by Andrew Scott on 19 July 2024, 20:42:26 UTC
There are existing usages that inject the renderer to manualy listen (often for event
delegation purposes). These should contribute as well.

PR Close #56799
1 parent 4e6a42b
Raw File
Tip revision: 3664cd6cb2cd31481af2684d2feac34c34094e07 authored by Thomas Nguyen on 01 July 2024, 23:05:33 UTC
refactor(core): Allow manual renderer listens to contribute to event delegation as well. (#56799)
Tip revision: 3664cd6
.editorconfig
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top