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
This commit is contained in:
vladboisa 2024-08-14 17:54:07 +02:00 committed by Dylan Hunn
parent 3b63082384
commit 4bd9ba714c

View file

@ -53,8 +53,8 @@ export class ElementRef<T = any> {
* <header>Use with caution</header>
* <p>
* Use this API as the last resort when direct access to DOM is needed. Use templating and
* data-binding provided by Angular instead. Alternatively you can take a look at {@link
* Renderer2} which provides an API that can be safely used.
* data-binding provided by Angular instead. Alternatively you can take a look at
* {@link Renderer2} which provides an API that can be safely used.
* </p>
* </div>
*/