From 876ceb368812b73c636e02def457dc68c0bdb543 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Fri, 26 Apr 2019 18:45:59 +0100 Subject: [PATCH] docs: remove note about ivy being coupled to dynamic import (#30151) PR Close #30151 --- aio/content/guide/deprecations.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index 5ba51493e5..7903bc9947 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -223,9 +223,7 @@ const routes: Routes = [{
-**v8 update**: When you update to version 8, the [`ng update`](cli/update) command performs the transformation automatically. Prior to version 7, the `import()` syntax works in JIT mode (with view engine). - -**Ivy:** If you are using Ivy, you must update your lazy routes to the new dynamic import syntax. See the [Ivy guide](guide/ivy) for more information. +**v8 update**: When you update to version 8, the [`ng update`](cli/update) command performs the transformation automatically. Prior to version 7, the `import()` syntax only works in JIT mode (with view engine).