mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 | ||
| dynamicQueriesRule.ts | ||
| explicitQueryTimingRule.ts | ||
| noMissingInjectableRule.ts | ||
| noTemplateVariableAssignmentRule.ts | ||
| rendererToRenderer2Rule.ts | ||
| undecoratedClassesWithDecoratedFieldsRule.ts | ||