angular-cn/packages/core/schematics/migrations/google3
Paul Gschwendtner 5557dec120 refactor(core): missing-injectable migration should respect providers of directives and components (#33011)
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
2019-10-14 20:24:01 +00:00
..
BUILD.bazel feat(core): add dynamic queries schematic (#32231) 2019-09-11 19:14:03 -04:00
dynamicQueriesRule.ts feat(core): add dynamic queries schematic (#32231) 2019-09-11 19:14:03 -04:00
explicitQueryTimingRule.ts refactor(core): move google3 migration rules into single directory (#30956) 2019-07-23 15:52:40 -07:00
noMissingInjectableRule.ts refactor(core): missing-injectable migration should respect providers of directives and components (#33011) 2019-10-14 20:24:01 +00:00
noTemplateVariableAssignmentRule.ts refactor(core): move google3 migration rules into single directory (#30956) 2019-07-23 15:52:40 -07:00
rendererToRenderer2Rule.ts refactor(core): move renderer2 migration lint rule into google3 folder (#31817) 2019-08-09 10:46:45 -07:00
undecoratedClassesWithDecoratedFieldsRule.ts feat(core): add undecorated classes with decorated fields schematic (#32130) 2019-08-22 10:05:38 -07:00