From 20983fc595c41a47e42b5c177eb152dcb2cf8026 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Thu, 18 May 2023 17:11:09 +0200 Subject: [PATCH] docs(localize): Make links out of @see tags (#50110) This commit is part of the work for angular#50097 to improve the linking on the online documentation. PR Close #50110 --- packages/localize/src/translate.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/localize/src/translate.ts b/packages/localize/src/translate.ts index 2d018d0a6cc..16216dd5257 100644 --- a/packages/localize/src/translate.ts +++ b/packages/localize/src/translate.ts @@ -51,8 +51,8 @@ declare const $localize: LocalizeFn&{TRANSLATIONS: Record) { @@ -73,8 +73,8 @@ export function loadTranslations(translations: Record) * * All translations that had been loading into memory using `loadTranslations()` will be removed. * - * @see `loadTranslations()` for loading translations at runtime. - * @see `$localize` for tagging messages as needing to be translated. + * @see {@link loadTranslations} for loading translations at runtime. + * @see {@link $localize} for tagging messages as needing to be translated. * * @publicApi */