What are the practical differences between template-driven and reactive forms?

后端 未结 6 1587
遇见更好的自我
遇见更好的自我 2020-11-28 19:08

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.

6条回答
  •  北海茫月
    2020-11-28 19:30

    Easiest way to know the difference between Reactive forms and Template-driven forms

    i can say if you want more control and scalability go with Reactive forms

提交回复
热议问题