Skip to content

Commit 86647ae

Browse files
JeanMechemmalerba
authored andcommitted
docs: fix update command for v15 migration (#26686)
To install a package, the version must be prefixed by `@` (cherry picked from commit 5e57872)
1 parent 4ae635d commit 86647ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v15-mdc-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Angular Material includes a schematic to help migrate applications to use the ne
8787
components. To get started, upgrade your application to Angular Material 15.
8888

8989
```shell
90-
ng update @angular/material^15
90+
ng update @angular/material@15
9191
```
9292

9393
As part of this update, a schematic will run to automatically move your application to use the

0 commit comments

Comments
 (0)