UNPKG

705 BJSONView Raw
1{
2 "schematics": {
3 "migration-v13-router-link-empty-expression": {
4 "version": "13.0.0-beta",
5 "description": "Migrates `[routerLink]=\"\"` in templates to `[routerLink]=\"[]\"` because these links are likely intended to route to the current page with updated fragment/query params.",
6 "factory": "./migrations/router-link-empty-expression/index"
7 },
8 "migration-v13-testbed-teardown": {
9 "version": "13.0.0-beta",
10 "description": "In Angular version 13, the `teardown` flag in `TestBed` will be enabled by default. This migration automatically opts out existing apps from the new teardown behavior.",
11 "factory": "./migrations/testbed-teardown/index"
12 }
13 }
14}