mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, when using a different property/attribute name for an upgraded
component's binding (e.g. `bindings: {propName: '<attrName'}`), the property and
attribute names were swapped (e.g. using `attrName` as the property name and
`propName` as the attribute name). This resulted in unexpected behavior.
This commit fixes this using the correct names for properties and attributes.
This only affects `upgrade/dynamic`. `upgrade/static` works correctly already.
Fixes #8856
PR Close #16128
|
||
|---|---|---|
| .. | ||
| common | ||
| dynamic | ||
| static | ||