From 77578266fdc97c7bc1489cfd2711270b7f5173f0 Mon Sep 17 00:00:00 2001 From: Cotton Hou Date: Wed, 29 May 2019 09:22:50 +0800 Subject: [PATCH] docs: code sample closing in ivy.md (#30711) PR Close #30711 --- aio/content/guide/ivy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/ivy.md b/aio/content/guide/ivy.md index 260952faf4..ab47c40a3b 100644 --- a/aio/content/guide/ivy.md +++ b/aio/content/guide/ivy.md @@ -49,7 +49,7 @@ AOT compilation with Ivy is faster and should be used by default. In the `angula } } } - +``` To stop using the Ivy compiler, set `enableIvy` to `false` in `tsconfig.app.json`, or remove it completely. Also remove `"aot": true` from your default build options if you didn't have it there before. - \ No newline at end of file +