diff --git a/aio/content/guide/ivy.md b/aio/content/guide/ivy.md index ef839c52b7..ca52777d4c 100644 --- a/aio/content/guide/ivy.md +++ b/aio/content/guide/ivy.md @@ -52,7 +52,7 @@ When you use the tools integrated into the Angular CLI or `ng-packagr`, your lib In version 9, Ivy is the default. For compatibility with current workflows during the update process, you can choose to opt out of Ivy and continue using the previous compiler, View Engine. -
Before disabling Ivy, check out the debugging recommendations in the [Ivy Compatibility Guide](guide/ivy-compatibility#debugging).