5557dec120
Currenly the `missing-injectable` migration only migrates providers referenced from `@NgModule` definitions. The schematic currently does not cover the migration for providers referenced in `@Directive` or `@Component` definitions. We need to handle the following keys for directives/components: - `@Directive` -> `providers` - `@Component` -> `providers` and `viewProviders`. This commit ensures that the migration handles providers for these definitions. PR Close #33011 |
||
---|---|---|
.. | ||
google3 | ||
BUILD.bazel | ||
definition_collector.ts | ||
import_manager.ts | ||
index.ts | ||
transform.ts | ||
update_recorder.ts |