Skip to content

Commit

Permalink
docs: fix update command for v15 migration (#26686)
Browse files Browse the repository at this point in the history
To install a package, the version must be prefixed by `@`

(cherry picked from commit 5e57872)
  • Loading branch information
JeanMeche authored and mmalerba committed Feb 28, 2023
1 parent 4ae635d commit 86647ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/v15-mdc-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Angular Material includes a schematic to help migrate applications to use the ne
components. To get started, upgrade your application to Angular Material 15.

```shell
ng update @angular/material^15
ng update @angular/material@15
```

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

0 comments on commit 86647ae

Please sign in to comment.