2019-04-29 15:17:03 -04:00
|
|
|
{
|
|
|
|
// Migrations which are not publicly enabled but still run as part of tests need to
|
|
|
|
// be part of a schematic collection in order to be able to run it.
|
|
|
|
"schematics": {
|
|
|
|
"migration-injectable-pipe": {
|
|
|
|
"description": "Migrates all Pipe classes so that they have an Injectable annotation",
|
|
|
|
"factory": "../migrations/injectable-pipe/index"
|
2019-06-10 13:08:54 -04:00
|
|
|
},
|
|
|
|
"migration-missing-injectable": {
|
|
|
|
"description": "Migrates all declared undecorated providers with the @Injectable decorator",
|
|
|
|
"factory": "../migrations/missing-injectable/index"
|
2019-04-29 15:17:03 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|