docs: update ivy opt-in flag (#29010)

Followup to https://github.com/angular/angular/pull/28569#issuecomment-467380883 and https://github.com/angular/angular-cli/pull/13773.

Note: this flag will only work on `@angular/cli@8.0.0-beta.3` (currently unreleased) and above.

PR Close #29010
This commit is contained in:
Filipe Silva 2019-02-27 17:26:10 +00:00 committed by Andrew Kushnir
parent c5d9035bab
commit 6b98b534c8
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
## Starting a new project using Ivy
To start a new project with Ivy enabled, use the `--experimental-ivy` flag with the [`ng new`](cli/new) command:
To start a new project with Ivy enabled, use the `--enable-ivy` flag with the [`ng new`](cli/new) command:
```sh
ng new shiny-ivy-app --experimental-ivy
ng new shiny-ivy-app --enable-ivy
```
Everything will be configured for you: