Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0f2926d

Browse files
egfloresNarretz
authored andcommitted
docs(guide/Interpolation): fix links
The links were not working, either `{` was missing or they were in the wrong location Closes #13809
1 parent bd59335 commit 0f2926d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/guide/interpolation.ngdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Interpolation and data-binding
77

8-
Interpolation markup with embedded @link {guide/expressions expressions} is used by Angular to
8+
Interpolation markup with embedded {@link guide/expressions expressions} is used by Angular to
99
provide data-binding to text nodes and attribute values.
1010

1111
An example of interpolation is shown below:
@@ -43,8 +43,8 @@ interpret the attribute as present, meaning that the button would always be disa
4343
```
4444

4545
For this reason, Angular provides special `ng`-prefixed directives for the following boolean attributes:
46-
{@link ngDisabled `disabled`}, [@link ngRequired `required`}, [@link ngSelected `selected`},
47-
{@link ngChecked `checked`}, {@link ngReadonly `readOnly`} , and [@link ngOpen `open`}.
46+
{@link ngDisabled `disabled`}, {@link ngRequired `required`}, {@link ngSelected `selected`},
47+
{@link ngChecked `checked`}, {@link ngReadonly `readOnly`} , and {@link ngOpen `open`}.
4848

4949
These directives take an expression inside the attribute, and set the corresponding boolean attribute
5050
to true when the expression evaluates to truthy.

0 commit comments

Comments
 (0)