Skip to content

Commit

Permalink
docs: update instructions for v9 to reflect cli update (#33473)
Browse files Browse the repository at this point in the history
PR Close #33473
  • Loading branch information
IgorMinar authored and AndrewKushnir committed Oct 29, 2019
1 parent 4e38cab commit afa5083
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions aio/content/guide/updating-to-version-9.md
Expand Up @@ -7,11 +7,14 @@ This guide contains everything you need to know about updating to the next Angul
If your application uses the CLI, you can update to version 9 automatically with the help of the `ng update` script:

```
ng update @angular/cli@next @angular/core@next
npm install --no-save @angular/cli@8.3.15
ng update @angular/cli @angular/core --next
```

<div class="alert is-important">
During the RC period, the `@next` tag is required. This flag will no longer be necessary once version 9 final is released.
In order to improve the updating experience, we strongly suggest that you update your local `@angular/cli` to version 8.3.15 or later 8.x version before updating.

Additionally, during the RC period, the `--next` command line flag is required. This flag will no longer be necessary once version 9 final is released.
</div>

The script will run a series of small migrations that will transform the code of your application to be compatible with version 9.
Expand Down

0 comments on commit afa5083

Please sign in to comment.