Skip to content

Commit 2211cc3

Browse files
sp90thePunderWoman
authored andcommitted
docs: add missing ng update material command to v19 update guide (angular#58770)
PR Close angular#58770
1 parent e294ca8 commit 2211cc3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

adev/src/app/features/update/recommendations.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2405,6 +2405,14 @@ export const RECOMMENDATIONS: Step[] = [
24052405
possibleIn: 1900,
24062406
step: '19.0.0_ng_update',
24072407
},
2408+
{
2409+
possibleIn: 1900,
2410+
necessaryAsOf: 1900,
2411+
level: ApplicationComplexity.Basic,
2412+
material: true,
2413+
step: 'update @angular/material',
2414+
action: 'Run `ng update @angular/material@19`.',
2415+
},
24082416
{
24092417
action:
24102418
'Angular directives, components and pipes are now standalone by default. Specify "standalone: false" for declarations that are currently declared in an NgModule. The Angular CLI will automatically update your code to reflect that.',

0 commit comments

Comments
 (0)