Formlink
An interface that FormGroupDirective
and NgForm
implement.
由 FormGroupDirective
和 NgForm
实现的接口。
说明
Only used by the forms module.
只用于表单模块。
方法
Add a control to this form. 把控件添加到该表单中。 | ||
参数
返回值
|
Remove a control from this form. 从该表单中移除控件。 | ||
参数
返回值
|
Look up the 查找与指定的 | ||
参数
返回值 |
Add a group of controls to this form. 往该表单中添加一组控件。 | ||
参数
返回值
|
Remove a group of controls from this form. 从该表单中移除一组控件。 | ||
参数
返回值
|
Look up the 查找与指定的 | ||
参数
返回值 |
Update the model for a particular control with a new value. 把指定控件的表单模型修改为新的值。 | ||||
参数
返回值
|