From 06fe1f2f504907725e856853bb3201f68775a0f0 Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Sat, 10 Dec 2022 06:06:47 +0000 Subject: [PATCH] fix(material/schematics): fix transform for FloatLabelType (#26234) Fixes #26223 --- .../ng-update/migrations/legacy-components-v15/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.ts b/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.ts index d3e759182b59..e050d6a62878 100644 --- a/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.ts +++ b/src/material/schematics/ng-update/migrations/legacy-components-v15/constants.ts @@ -62,7 +62,7 @@ export const CUSTOM_TS_SYMBOL_RENAMINGS = [ {old: 'DialogPosition', new: 'LegacyDialogPosition'}, {old: '_closeDialogVia', new: '_closeLegacyDialogVia'}, {old: 'FormFieldControlHarness', new: 'LegacyFormFieldControlHarness'}, - {old: 'LegacyFloatLabelType', new: 'LegacyFloatLabelType'}, + {old: 'FloatLabelType', new: 'LegacyFloatLabelType'}, {old: 'getMatFormFieldDuplicatedHintError', new: 'getMatLegacyFormFieldDuplicatedHintError'}, {old: 'getMatFormFieldMissingControlError', new: 'getMatLegacyFormFieldMissingControlError'}, {