timdeschryver / ng-signal-forms

120 stars 9 forks source link

feat: form field options can be created through a function exposing valueSignal #6

Closed goetzrobin closed 1 year ago

goetzrobin commented 1 year ago

form field options can now be created through a function that exposes the field's value as a signal. we can use this to create validators that depend on the fields value or hide or disable the field based on this value.