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 |
||
---|---|---|
.. | ||
BUILD.bazel | ||
dynamic_queries_spec.ts | ||
explicit_query_timing_rule_spec.ts | ||
missing_injectable_rule_spec.ts | ||
no_template_variable_assignment_rule_spec.ts | ||
renderer_to_renderer2_spec.ts | ||
undecorated_classes_with_decorated_fields_spec.ts |