2019-02-27 14:30:38 -05:00
{
"schematics" : {
2019-04-17 00:06:06 -04:00
"migration-v8-move-document" : {
"version" : "8-beta" ,
"description" : "Migrates DOCUMENT Injection token from platform-browser imports to common import" ,
"factory" : "./migrations/move-document/index"
} ,
2019-02-27 14:30:38 -05:00
"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-06-09 09:38:18 -04:00
} ,
"migration-v9-renderer-to-renderer2" : {
"version" : "9-beta" ,
"description" : "Migrates usages of Renderer to Renderer2" ,
"factory" : "./migrations/renderer-to-renderer2/index"
2019-07-24 06:07:07 -04:00
} ,
"migration-v9-undecorated-classes-with-di" : {
"version" : "9-beta" ,
"description" : "Decorates undecorated base classes of directives/components that use dependency injection. Copies metadata from base classes to derived directives/components/pipes that are not decorated." ,
"factory" : "./migrations/undecorated-classes-with-di/index"
2019-02-27 14:30:38 -05:00
}
}
}