From ac4e8f7bca9d2ab28fb0632017b2f835e6f069e4 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Fri, 26 Apr 2024 20:31:25 +0200 Subject: [PATCH] docs: remove non existing link (#55562) This link only exist on adev. PR Close #55562 --- packages/core/src/change_detection/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/src/change_detection/constants.ts b/packages/core/src/change_detection/constants.ts index caca99c8fe1..6f9b3fe8aa7 100644 --- a/packages/core/src/change_detection/constants.ts +++ b/packages/core/src/change_detection/constants.ts @@ -12,7 +12,6 @@ * When set, takes effect the next time change detection is triggered. * * @see [Change detection usage](/api/core/ChangeDetectorRef?tab=usage-notes) - * @see [Skipping component subtrees](/best-practices/skipping-subtrees) * * @publicApi */