I have been reading about Angular2 new Forms API and it seems that there are two approaches on forms, one is Template driven forms other is reactive or model-driven forms.

I would like to know the practical difference between the two, not the difference in syntax (obviously) but practical uses and which approach benefits more in different scenarios.
Also, is there a performance gain in choosing one over the other? And if yes, why?

6 Answers
6

Leave a Reply

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