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 5b04abd5c0
commit e7cc1d606a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
},
"migration-v9-missing-injectable": {
"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"
},
"migration-v9-undecorated-classes-with-di": {