mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
117e570ded
Replaces the `propertyInterpolateX` instructions with calls to `property` and the `interpolate` helper. This allows us to drop the dedicated interpolation instructions and simplify the runtime for future work. PR Close #61639