From eaeb1797fab7776bc1024159a5533750b95354b3 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 27 Feb 2019 17:26:10 +0000 Subject: [PATCH] docs: update ivy opt-in flag 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. --- aio/content/guide/ivy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/ivy.md b/aio/content/guide/ivy.md index f2e8982e0f35b..d4099667913cb 100644 --- a/aio/content/guide/ivy.md +++ b/aio/content/guide/ivy.md @@ -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: