docs: add update material to v18 step (#56044)

PR Close #56044
This commit is contained in:
Matthieu Riegler 2024-05-23 18:36:27 +02:00 committed by Pawel Kozlowski
parent 3e02e8fe95
commit e19849e707

View file

@ -200,7 +200,7 @@ export const RECOMMENDATIONS: Step[] = [
level: ApplicationComplexity.Basic,
step: 'Http',
action:
"If you use the legacy `HttpModule` and the `Http` service, switch to `HttpClientModule` and the `HttpClient` service. HttpClient simplifies the default ergonomics (you don't need to map to JSON anymore) and now supports typed return values and interceptors. Read more on [angular.io](https://angular.io/guide/http).",
"If you use the legacy `HttpModule` and the `Http` service, switch to `HttpClientModule` and the `HttpClient` service. HttpClient simplifies the default ergonomics (you don't need to map to JSON anymore) and now supports typed return values and interceptors. Read more on [angular.dev](https://angular.io/guide/http).",
},
{
possibleIn: 430,
@ -1849,6 +1849,14 @@ export const RECOMMENDATIONS: Step[] = [
action:
"In the application's project directory, run `ng update @angular/core@16 @angular/cli@16` to update your application to Angular v16.",
},
{
possibleIn: 1600,
necessaryAsOf: 1600,
level: ApplicationComplexity.Basic,
material: true,
step: 'update @angular/material',
action: 'Run `ng update @angular/material@16`.',
},
{
possibleIn: 1600,
necessaryAsOf: 1600,
@ -2096,6 +2104,14 @@ export const RECOMMENDATIONS: Step[] = [
action:
"In the application's project directory, run `ng update @angular/core@17 @angular/cli@17` to update your application to Angular v17.",
},
{
possibleIn: 1700,
necessaryAsOf: 1700,
level: ApplicationComplexity.Basic,
material: true,
step: 'update @angular/material',
action: 'Run `ng update @angular/material@17`.',
},
{
possibleIn: 1700,
necessaryAsOf: 1700,
@ -2201,6 +2217,14 @@ export const RECOMMENDATIONS: Step[] = [
action:
"In the application's project directory, run `ng update @angular/core@18 @angular/cli@18` to update your application to Angular v18.",
},
{
possibleIn: 1800,
necessaryAsOf: 1800,
level: ApplicationComplexity.Basic,
material: true,
step: 'update @angular/material',
action: 'Run `ng update @angular/material@18`.',
},
{
possibleIn: 1800,
necessaryAsOf: 1800,