Slide 38
Slide 38 text
Signal Forms are backed by a model, which is a writable
signal. When the model value changes, the form updates
automatically. Likewise, when the user interacts with the
form, the model is updated. In this way, the model and the
form are connected through two-way binding, which
means changes in one are reflected in the other.
Two way Binding