mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
3b63082384
commit
4bd9ba714c
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue