Skip to content

Commit

Permalink
docs: update ivy opt-in flag
Browse files Browse the repository at this point in the history
Followup to #28569 (comment) and angular/angular-cli#13773.

Note: this flag will only work on `@angular/cli@8.0.0-beta.3` (currently unreleased) and above.
  • Loading branch information
filipesilva committed Mar 6, 2019
1 parent 84406e4 commit eaeb179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio/content/guide/ivy.md
Expand Up @@ -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:
Expand Down

0 comments on commit eaeb179

Please sign in to comment.