From 062fa76707bc4c32acdb0458c66906e504bb232a Mon Sep 17 00:00:00 2001 From: 4javier <4javiereg4@gmail.com> Date: Mon, 11 Apr 2022 21:32:40 +0200 Subject: [PATCH] docs: modified as per dylhunn suggestions (#45455) https://github.com/angular/angular/pull/45455#pullrequestreview-925369970 PR Close #45455 --- aio/content/guide/template-reference-variables.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 `