Skip to content

Commit be3c382

Browse files
authored
docs(updating): add angular toolkit upgrade to v7 upgrade guide (#2952)
1 parent a72013d commit be3c382

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/updating/7-0.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ npm install [email protected]
2929
npm install @ionic/angular@7
3030
```
3131

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

3434
```shell
35-
npm install @ionic/angular@7 @ionic/angular-server@7
35+
npm install @ionic/angular@7 @ionic/angular-server@7 @ionic/angular-toolkit@9
3636
```
3737

38+
> 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`.
39+
3840
### React
3941

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

0 commit comments

Comments
 (0)