angular-cn/packages/core/schematics
Paul Gschwendtner 335854f6bc fix(core): missing-injectable migration should not update type definitions (#33286)
Currently the `missing-injectable` migration seems to add
`@Injectable()` to third-party classes in type definitions.

This not an issue in general since we do not generate broken code
by inserting a decorator into a type definition file. Though, we can
avoid adding the decorator since it won't have any effect and in
general we should not write to non source files of the compilation unit.

PR Close #33286
2019-10-25 13:26:00 -07:00
..
migrations fix(core): missing-injectable migration should not update type definitions (#33286) 2019-10-25 13:26:00 -07:00
test fix(core): missing-injectable migration should not update type definitions (#33286) 2019-10-25 13:26:00 -07:00
utils refactor(core): add `createMigrationCompilerHost` (#32827) 2019-10-04 11:45:35 -07:00
BUILD.bazel feat(core): add ModuleWithProviders generic type migration (#33217) 2019-10-21 15:53:28 -04:00
migrations.json feat(core): add ModuleWithProviders generic type migration (#33217) 2019-10-21 15:53:28 -04:00
tsconfig.json feat(core): add undecorated classes migration schematic (#31650) 2019-08-13 14:40:52 -07:00