Forms In angular2

后端 未结 5 2048
耶瑟儿~
耶瑟儿~ 2020-12-03 13:01

Bit confused about how to use Forms(template or modal driven froms) in the angular2 beta.

currently i am using modal driven forms but getting some error here is my f

5条回答
  •  不思量自难忘°
    2020-12-03 13:12

    My choice is using ngFormModel and ngControl, because we can collect form data more easily and can do validation ,etc.

    See my angular2-seeds project for more detail

提交回复
热议问题