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:
parent
5b04abd5c0
commit
e7cc1d606a
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue