Files
angular/packages/compiler/test/render3/view
Ayaz Hafiz fde5067996 fix(ivy): correctly associate output bound events with directives (#34479)
Previously, bound events were incorrectly bound to directives with
inputs matching the bound event attribute. This fixes that so bound
events can only be bound to directives with matching outputs.

Adds tests for all kinds of directive matching on bound attributes.

PR Close #34479
2019-12-19 11:32:47 -08:00
..