mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix broken hyperlink in tutorials first app search (#53816)
PR Close #53816
This commit is contained in:
parent
b4c7167d90
commit
ff51e0933b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ The `HomeComponent` already contains an input field that you will use to capture
|
|||
<input type="text" placeholder="Filter by city" #filter>
|
||||
</docs-code>
|
||||
|
||||
This example uses a [template reference variable](/guide/templatess) to get access to the `input` element as its value.
|
||||
This example uses a [template reference variable](/guide/templates) to get access to the `input` element as its value.
|
||||
|
||||
1. Next, update the component template to attach an event handler to the "Search" button.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue