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:
parent
c5d9035bab
commit
6b98b534c8
|
@ -5,10 +5,10 @@
|
||||||
|
|
||||||
## Starting a new project using Ivy
|
## 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
|
```sh
|
||||||
ng new shiny-ivy-app --experimental-ivy
|
ng new shiny-ivy-app --enable-ivy
|
||||||
```
|
```
|
||||||
|
|
||||||
Everything will be configured for you:
|
Everything will be configured for you:
|
||||||
|
|
Loading…
Reference in New Issue