mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: fix broken hyperlink in tutorials first app search (#53816)
PR Close #53816
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user