angular-cn/packages/core/schematics/migrations/google3
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
..
BUILD.bazel refactor(core): remove disabled injectable-pipe migration (#32184) 2019-08-19 15:44:02 -07:00
explicitQueryTimingRule.ts refactor(core): move google3 migration rules into single directory (#30956) 2019-07-23 15:52:40 -07:00
noMissingInjectableRule.ts refactor(core): move google3 migration rules into single directory (#30956) 2019-07-23 15:52:40 -07:00
noTemplateVariableAssignmentRule.ts refactor(core): move google3 migration rules into single directory (#30956) 2019-07-23 15:52:40 -07:00
rendererToRenderer2Rule.ts refactor(core): move renderer2 migration lint rule into google3 folder (#31817) 2019-08-09 10:46:45 -07:00