mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This migration will allow developers to migrate the deprecated `HttpClientModule`, `HttpClientJsonpModule` & `HttpClientXsrfModule` to their respective provider functions. PR Close #54020
14 lines
488 B
JSON
14 lines
488 B
JSON
{
|
|
"schematics": {
|
|
"invalid-two-way-bindings": {
|
|
"version": "18.0.0",
|
|
"description": "Updates two-way bindings that have an invalid expression to use the longform expression instead.",
|
|
"factory": "./migrations/invalid-two-way-bindings/bundle"
|
|
},
|
|
"migration-http-providers": {
|
|
"version": "18.0.0",
|
|
"description": "Replace deprecated HTTP related modules with provider functions",
|
|
"factory": "./migrations/http-providers/bundle"
|
|
}
|
|
}
|
|
}
|