Livecode: Angular template-driven forms state management with signals

preview_player
Показать описание
This video explains on how to manage the state of a template-driven form with Signals in Angular.
10% discount: Q1MDMWOA
Рекомендации по теме
Комментарии
Автор

A little late to the party but can you explain why the form.directive.ts is required?

alenagy
Автор

Great stuff. Question, in some cases lets say if the user has selected other gender in the radio group, and we want the other gender free text input to be required when it appears. Wouldn't we actually not want maintain the control the state in the case when we switch back to male or female. Assume the user selects other genders enters in their gender, deletes it and switch back, we wouldn't be able to submit if the submit button is disabled based on the form validity. So I think its better to remove the control from the form object when we haven't selected it. Or am I missing something?

TravisSomaroo