angular-cn/packages/core/schematics/migrations
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
..
dynamic-queries docs(core): add migration guide links to schematics (#33258) 2019-10-18 18:18:37 -04:00
google3 refactor(core): missing-injectable migration should respect providers of directives and components (#33011) 2019-10-14 20:24:01 +00:00
missing-injectable fix(core): missing-injectable migration should not update type definitions (#33286) 2019-10-25 13:26:00 -07:00
module-with-providers refactor(core): add links to remaining migration guides (#33385) 2019-10-24 16:21:49 -07:00
move-document refactor(core): add `createMigrationCompilerHost` (#32827) 2019-10-04 11:45:35 -07:00
postinstall-ngcc refactor(core): add links to remaining migration guides (#33385) 2019-10-24 16:21:49 -07:00
renderer-to-renderer2 docs(core): add migration guide links to schematics (#33258) 2019-10-18 18:18:37 -04:00
static-queries refactor: re-enable dynamic queries migration (#32992) 2019-10-04 13:54:09 -07:00
template-var-assignment refactor(core): add `createMigrationCompilerHost` (#32827) 2019-10-04 11:45:35 -07:00
undecorated-classes-with-decorated-fields docs(core): add migration guide links to schematics (#33258) 2019-10-18 18:18:37 -04:00
undecorated-classes-with-di docs(core): add migration guide links to schematics (#33258) 2019-10-18 18:18:37 -04:00