docs: remove note about ivy being coupled to dynamic import (#30151)

PR Close #30151
This commit is contained in:
Filipe Silva
2019-04-26 18:45:59 +01:00
committed by Andrew Kushnir
parent 8d6d2c6704
commit c8983bc367

View File

@ -223,9 +223,7 @@ const routes: Routes = [{
<div class="alert is-helpful"> <div class="alert is-helpful">
**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). **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).
**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.
</div> </div>