diff --git a/adev/src/app/features/update/recommendations.ts b/adev/src/app/features/update/recommendations.ts index 4b48d5a0e0f..6d3e9dd344d 100644 --- a/adev/src/app/features/update/recommendations.ts +++ b/adev/src/app/features/update/recommendations.ts @@ -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,