From 86647aea812d276bad715b1d8bb26773a9683783 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Wed, 1 Mar 2023 00:28:29 +0100 Subject: [PATCH] docs: fix update command for v15 migration (#26686) To install a package, the version must be prefixed by `@` (cherry picked from commit 5e57872ddfa48a4118d4ca9ecf75e338d121283e) --- guides/v15-mdc-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v15-mdc-migration.md b/guides/v15-mdc-migration.md index 684f986930ac..df3b2f415452 100644 --- a/guides/v15-mdc-migration.md +++ b/guides/v15-mdc-migration.md @@ -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