Skip to content

Commit 4bd9ba7

Browse files
vladboisadylhunn
authored andcommitted
docs(docs-infra): move link tag for correct view (#57395)
Move the link tag to the down, for correctly parsing of '@link' Fixes #57332 PR Close #57395
1 parent 3b63082 commit 4bd9ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/linker/element_ref.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ export class ElementRef<T = any> {
5353
* <header>Use with caution</header>
5454
* <p>
5555
* Use this API as the last resort when direct access to DOM is needed. Use templating and
56-
* data-binding provided by Angular instead. Alternatively you can take a look at {@link
57-
* Renderer2} which provides an API that can be safely used.
56+
* data-binding provided by Angular instead. Alternatively you can take a look at
57+
* {@link Renderer2} which provides an API that can be safely used.
5858
* </p>
5959
* </div>
6060
*/

0 commit comments

Comments
 (0)