diff --git a/packages/core/schematics/ng-generate/control-flow-migration/types.ts b/packages/core/schematics/ng-generate/control-flow-migration/types.ts index a07cb9ce7bb..c354d0e4165 100644 --- a/packages/core/schematics/ng-generate/control-flow-migration/types.ts +++ b/packages/core/schematics/ng-generate/control-flow-migration/types.ts @@ -74,7 +74,6 @@ const commonModulePipes = [ 'uppercase', 'titlecase', 'percent', - 'titlecase', ].map((name) => pipeMatchRegExpFor(name)); /**