angular-cn/packages/core/schematics
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
..
migrations refactor(core): remove disabled injectable-pipe migration (#32184) 2019-08-19 15:44:02 -07:00
test refactor(core): remove disabled injectable-pipe migration (#32184) 2019-08-19 15:44:02 -07:00
utils feat(core): add undecorated classes migration schematic (#31650) 2019-08-13 14:40:52 -07:00
BUILD.bazel refactor(core): remove disabled injectable-pipe migration (#32184) 2019-08-19 15:44:02 -07:00
migrations.json feat(core): add undecorated classes migration schematic (#31650) 2019-08-13 14:40:52 -07:00
tsconfig.json feat(core): add undecorated classes migration schematic (#31650) 2019-08-13 14:40:52 -07:00