Skip to content

Commit

Permalink
docs(updating): add angular toolkit upgrade to v7 upgrade guide (#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored May 4, 2023
1 parent a72013d commit be3c382
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/updating/7-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ npm install [email protected]
npm install @ionic/angular@7
```

If you are using Ionic Angular Server, be sure to update that as well:
If you are using Ionic Angular Server and Ionic Angular Toolkit, be sure to update those as well:

```shell
npm install @ionic/angular@7 @ionic/angular-server@7
npm install @ionic/angular@7 @ionic/angular-server@7 @ionic/angular-toolkit@9
```

> Note: `@ionic/angular-toolkit@9` requires a minimum of Angular 15. If you are still on Angular 14, then you can skip updating to `@ionic/angular-toolkit@9`.
### React

1. Ionic 7 supports React 17+. Update to the latest version of React:
Expand Down

1 comment on commit be3c382

@vercel
Copy link

@vercel vercel bot commented on be3c382 May 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-git-main-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app
ionic-docs-ionic1.vercel.app

Please sign in to comment.