You need to build a form that fetches and populates its options (e.g., a dropdown list) from an API. Which form approach would allow you more flexibility and control over handling data asynchronously?

  • Template-driven forms
  • Reactive forms
  • Both provide the same flexibility
  • None of the above
To handle data asynchronously and fetch options from an API, Reactive forms would be the better choice as they offer more flexibility and control over handling asynchronous data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *