From e4ebffab8d8f519fa14f95d9eec83f1bb0dc6173 Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Thu, 31 Oct 2019 09:48:10 -0700 Subject: [PATCH] docs: fix format in ivy page (#33513) PR Close #33513 --- aio/content/guide/ivy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).