This commit is contained in:
Zhicheng Wang 2017-04-29 16:42:10 +08:00
parent ce152946f3
commit cf0bf67a57
1 changed files with 2 additions and 3 deletions

View File

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