diff --git a/aio/content/guide/template-reference-variables.md b/aio/content/guide/template-reference-variables.md index 380e47a2f3c..549d1d92a1b 100644 --- a/aio/content/guide/template-reference-variables.md +++ b/aio/content/guide/template-reference-variables.md @@ -47,8 +47,7 @@ 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. -(Worth noting that `NgForm` directive gets silently applied by Angular on every `