docs: remove enumeration of one in Ivy opt-in (#29955)

PR Close #29955
This commit is contained in:
Filipe Silva 2019-04-19 18:04:34 +01:00 committed by Andrew Kushnir
parent 2864108510
commit 46f547499d
1 changed files with 2 additions and 7 deletions

View File

@ -17,9 +17,7 @@ The new project is automatically configured for Ivy.
{@a updating} {@a updating}
## Updating an existing project to use Ivy ## Updating an existing project to use Ivy
You can update an existing project to use Ivy by making the following configuration changes. To update an existing project to use Ivy, set the `enableIvy` option in the `angularCompilerOptions` in your project's `tsconfig.app.json`.
- Add the `enableIvy` option in the `angularCompilerOptions` in your project's `tsconfig.app.json`.
```json ```json
{ {
"compilerOptions": { ... }, "compilerOptions": { ... },
@ -29,7 +27,4 @@ You can update an existing project to use Ivy by making the following configurat
} }
``` ```
## Switching back to the current compiler To stop using the Ivy compiler, set `enableIvy` to `false` in `tsconfig.app.json`, or remove it completely.
To stop using the Ivy compiler you need to undo the steps taken when [updating to use Ivy](#updating).
- Set `enableIvy` to `false` in `tsconfig.app.json`, or remove it completely.