You are building a survey application where the questions change based on the user's previous responses. Which feature of Angular forms would be best suited to create this kind of dynamic behavior?

  • Both Reactive and Template-driven Forms
  • Custom Form Validation
  • Reactive Forms
  • Template-driven Forms
To create a dynamic form that changes based on user responses, Reactive Forms are best suited. Reactive Forms offer more flexibility and control in creating dynamic forms.
Add your answer
Loading...

Leave a comment

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