https://github.com/angular/angular
Raw File
Tip revision: 4ceb8530c5f77d540036ed2dcfc043722281c016 authored by Jessica Janiuk on 03 July 2024, 19:34:15 UTC
release: cut the v18.0.6 release
Tip revision: 4ceb853
migrations.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"
    }
  }
}
back to top