angular-cn/packages/core/schematics/migrations
Paul Gschwendtner 639b732024 refactor(core): remove disabled injectable-pipe migration (#32184)
Initially the plan was to have a migration that adds `@Injectable()` to
all pipes in a CLI project so that the pipes can be injected in Ivy
similarly to how it worked in view engine.

Due to the planned refactorings which ensure that `@Directive`, `@Component`
and `@Pipe` also have a factory definition, this migration is no longer
needed for Ivy. Additionally since it is already disabled (due to
572b54967c) and we have a more generic
migration (known as `missing-injectable)` that could do the same as
`injectable-pipe`, we remove the migration from the code-base.

PR Close #32184
2019-08-19 15:44:02 -07:00
..
google3 refactor(core): remove disabled injectable-pipe migration (#32184) 2019-08-19 15:44:02 -07:00
missing-injectable refactor(core): move google3 migration rules into single directory (#30956) 2019-07-23 15:52:40 -07:00
move-document fix(core): TypeScript related migrations should cater for BOM (#30719) 2019-05-30 20:48:45 -07:00
renderer-to-renderer2 refactor(core): move renderer2 migration lint rule into google3 folder (#31817) 2019-08-09 10:46:45 -07:00
static-queries build: ensure schematics are built with typescript strict flag (#31967) 2019-08-13 11:39:00 -07:00
template-var-assignment refactor(core): move google3 migration rules into single directory (#30956) 2019-07-23 15:52:40 -07:00
undecorated-classes-with-di feat(core): add undecorated classes migration schematic (#31650) 2019-08-13 14:40:52 -07:00