diff --git a/aio/content/guide/template-reference-variables.md b/aio/content/guide/template-reference-variables.md index 244a6ea465c..380e47a2f3c 100644 --- a/aio/content/guide/template-reference-variables.md +++ b/aio/content/guide/template-reference-variables.md @@ -47,21 +47,29 @@ In most cases, Angular sets the template variable's value to the element on whic In the previous example, `phone` refers to the phone number ``. The button's click handler passes the `` value to the component's `callPhone()` method. -The `NgForm` directive demonstrates getting a reference to a different value by referencing a directive's `exportAs` name. -In the following example, the template variable, `itemForm`, appears three times separated by HTML. +The `NgForm` directive demonstrates getting a reference to a different value by referencing a directive's `exportAs` name. +(Worth noting that `NgForm` directive gets silently applied by Angular on every `