Skip to content

Commit b3bb2a1

Browse files
vladboisaalxhub
authored andcommitted
docs: swap the anchor to the correct one (angular#61200)
The anchor on the link - is not working, swap the anchor to the correct one PR Close angular#61200
1 parent c49d206 commit b3bb2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/templates/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ If you declare the variable on a Angular component, the variable refers to the c
138138
<my-datepicker #startDate />
139139
```
140140

141-
If you declare the variable on an `<ng-template>` element, the variable refers to a TemplateRef instance which represents the template. For more information, see [How Angular uses the asterisk, \*, syntax](/guide/directives/structural-directives#asterisk) in [Structural directives](/guide/directives/structural-directives).
141+
If you declare the variable on an `<ng-template>` element, the variable refers to a TemplateRef instance which represents the template. For more information, see [How Angular uses the asterisk, \*, syntax](/guide/directives/structural-directives#structural-directive-shorthand) in [Structural directives](/guide/directives/structural-directives).
142142

143143
```angular-html
144144
<!-- The `myFragment` variable is assigned the `TemplateRef` instance corresponding to this template fragment. -->

0 commit comments

Comments
 (0)