mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5ae2bf4806
Updates the instruction generation for two-way bindings to only emit the `twoWayBindingSet` call when writing to template variables. Since template variables are constants, it's only allowed to write to them when they're signals. Non-signal values are flagged during template type checking. Fixes #54670. PR Close #54714