mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
3e02e8fe95
commit
e19849e707
1 changed files with 25 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue