mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2e4673b63c
External links rendered via `@see {@link ...}` and `@see [label](url)`
were not opening in a new tab. The `getHtmlAdditionalLinks` function
now sets `target: '_blank'` on `LinkEntryRenderable` objects whose URL
is external, and `docs-pill-row.tsx` passes the `target` attribute to
the rendered anchor tag.
Fixes: #69593
(cherry picked from commit 892a6eb69a)