angular-cn/packages/core/schematics/migrations/missing-injectable
Paul Gschwendtner 2366480250 refactor(core): move schematic import manager to shared utils (#35339)
The import manager has been created for both the `missing-injectable`
and `undecorated-classes-with-di` migration. Both initial PRs brought
in the manager class, so the manager is duplicated in the schematics.

In order to reduce this duplication, and to expose the manager to other
schematics/migrations, we move it into the shared schematic utils.

PR Close #35339
2020-04-02 10:51:48 -07:00
..
google3 feat(core): missing-injectable migration should migrate empty object literal providers (#33709) 2019-11-18 15:47:20 -08:00
BUILD.bazel fix(core): missing-injectable migration should handle forwardRef (#33286) 2019-10-25 13:26:00 -07:00
definition_collector.ts refactor(core): missing-injectable migration should respect providers of directives and components (#33011) 2019-10-14 20:24:01 +00:00
index.ts feat(core): missing-injectable migration should migrate empty object literal providers (#33709) 2019-11-18 15:47:20 -08:00
providers_evaluator.ts feat(core): missing-injectable migration should migrate empty object literal providers (#33709) 2019-11-18 15:47:20 -08:00
transform.ts refactor(core): move schematic import manager to shared utils (#35339) 2020-04-02 10:51:48 -07:00
update_recorder.ts refactor(core): move schematic import manager to shared utils (#35339) 2020-04-02 10:51:48 -07:00