diff --git a/aio/content/guide/form-validation.md b/aio/content/guide/form-validation.md index 90c07ec89b..99709d8d6e 100644 --- a/aio/content/guide/form-validation.md +++ b/aio/content/guide/form-validation.md @@ -247,6 +247,8 @@ to the `FormControl`. ### Adding to template-driven forms +### 添加到模板驱动表单 + In template-driven forms, you don't have direct access to the `FormControl` instance, so you can't pass the validator in like you can for reactive forms. Instead, you need to add a directive to the template.