Skip to content
Snippets Groups Projects
Commit 857f867d authored by Matthieu Riegler's avatar Matthieu Riegler Committed by Pawel Kozlowski
Browse files

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

PR Close #56044
parent 0aa311e2
Branches
Tags
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment