Peter
Results
72
comments of
Peter
> [@ptandler](https://github.com/ptandler) Here are few things I noticed > > 1. You need to define the value as signal, instead of model > 2. You need to define the default...
I come up with this solution to encapsulate the mapping between model and form type: ```typescript /** * Create a signal form that uses a different model for data and...