From 9bb3446e350e9c034b7a49d64baa4041a4266ee9 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Fri, 26 Apr 2024 00:47:49 +0200 Subject: [PATCH] docs: update ChangeDetectionStrategy links (#55553) fixes #54227 fixes #50943 PR Close #55553 --- packages/core/src/change_detection/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core/src/change_detection/constants.ts b/packages/core/src/change_detection/constants.ts index c8a53ab8c7a..caca99c8fe1 100644 --- a/packages/core/src/change_detection/constants.ts +++ b/packages/core/src/change_detection/constants.ts @@ -11,7 +11,8 @@ * The strategy that the default change detector uses to detect changes. * When set, takes effect the next time change detection is triggered. * - * @see {@link ChangeDetectorRef#usage-notes Change detection usage} + * @see [Change detection usage](/api/core/ChangeDetectorRef?tab=usage-notes) + * @see [Skipping component subtrees](/best-practices/skipping-subtrees) * * @publicApi */