refactor(core): update missing-injectable migration description to match guide (#34125)

Updates the description of the `missing-injectable` migration to mention the second pattern
that will be automatically handled.

PR Close #34125
This commit is contained in:
Paul Gschwendtner
2019-11-28 10:40:49 +01:00
committed by Miško Hevery
parent 3224d7e79c
commit 9995d87f96

View File

@ -22,7 +22,7 @@
}, },
"migration-v9-missing-injectable": { "migration-v9-missing-injectable": {
"version": "9.0.0-beta", "version": "9.0.0-beta",
"description": "Missing @Injectable migration. In Angular 9, enforcement of @Injectable decorators for DI is a bit stricter. Read more about this here: https://v9.angular.io/guide/migration-injectable", "description": "Missing @Injectable and incomplete provider definition migration. In Angular 9, enforcement of @Injectable decorators for DI is a bit stricter and incomplete provider definitions behave differently. Read more about this here: https://v9.angular.io/guide/migration-injectable",
"factory": "./migrations/missing-injectable/index" "factory": "./migrations/missing-injectable/index"
}, },
"migration-v9-undecorated-classes-with-di": { "migration-v9-undecorated-classes-with-di": {