2019-02-27 14:30:38 -05:00
|
|
|
{
|
|
|
|
"schematics": {
|
|
|
|
"migration-v8-static-queries": {
|
2019-04-05 12:58:56 -04:00
|
|
|
"version": "8-beta",
|
2019-02-27 14:30:38 -05:00
|
|
|
"description": "Migrates ViewChild and ContentChild to explicit query timing",
|
|
|
|
"factory": "./migrations/static-queries/index"
|
2019-03-30 07:48:21 -04:00
|
|
|
},
|
|
|
|
"migration-v8-template-local-variables": {
|
2019-04-05 12:58:56 -04:00
|
|
|
"version": "8-beta",
|
2019-03-30 07:48:21 -04:00
|
|
|
"description": "Warns developers if values are assigned to template variables",
|
|
|
|
"factory": "./migrations/template-var-assignment/index"
|
2019-02-27 14:30:38 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|