https://github.com/angular/angular
Raw File
Tip revision: 99723fc64ed6ded3635ae5e19648550dc42f1bc1 authored by Alex Rickabaugh on 10 January 2023, 18:45:00 UTC
release: cut the v15.1.0 release
Tip revision: 99723fc
migrations.json
{
  "schematics": {
    "migration-v15-router-link-with-href": {
      "version": "15.0.0",
      "description": "Since Angular v15, the `RouterLink` contains the logic of the `RouterLinkWithHref` directive. This migration replaces all `RouterLinkWithHref` references with `RouterLink`.",
      "factory": "./migrations/router-link-with-href/bundle"
    },
    "migration-v15-relative-link-resolution": {
      "version": "15.0.0",
      "description": "In Angular version 15, the deprecated `relativeLinkResolution` config parameter of the Router is removed. This migration removes all `relativeLinkResolution` fields from the Router config objects.",
      "factory": "./migrations/relative-link-resolution/bundle"
    }
  }
}
back to top