This commit is contained in:
parent
ce152946f3
commit
cf0bf67a57
|
@ -753,13 +753,12 @@ figure.image-display
|
||||||
Using `Validators.required` is optional for the rest of the guide.
|
Using `Validators.required` is optional for the rest of the guide.
|
||||||
It remains in each of the following examples with the same configuration.
|
It remains in each of the following examples with the same configuration.
|
||||||
|
|
||||||
对本章的其余部分,使用`Validators.required`是可有可无。
|
在本章的其余部分,`Validators.required`是可有可无的,但在每个与此范例配置相同的范例中都会保留它。
|
||||||
它保留在下面每一个使用了相同配置的范例中。
|
|
||||||
|
|
||||||
For more on validating Angular forms, see the
|
For more on validating Angular forms, see the
|
||||||
[Form Validation](../cookbook/form-validation.html) guide.
|
[Form Validation](../cookbook/form-validation.html) guide.
|
||||||
|
|
||||||
要了解Angular表单验证器的更多知识,参见[Form验证器](../cookbook/form-validation.html)一章。
|
要了解Angular表单验证器的更多知识,参见[表单验证器](../cookbook/form-validation.html)一章。
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
### More FormControls
|
### More FormControls
|
||||||
|
|
Loading…
Reference in New Issue