Skip to content

Commit ae3c778

Browse files
mmalerbacrisbeto
authored andcommitted
fix(material/schematics): fix transform for FloatLabelType (#26234)
Fixes #26223 (cherry picked from commit 06fe1f2)
1 parent fa547ad commit ae3c778

File tree

1 file changed

+1
-1
lines changed
  • src/material/schematics/ng-update/migrations/legacy-components-v15

1 file changed

+1
-1
lines changed

src/material/schematics/ng-update/migrations/legacy-components-v15/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const CUSTOM_TS_SYMBOL_RENAMINGS = [
6262
{old: 'DialogPosition', new: 'LegacyDialogPosition'},
6363
{old: '_closeDialogVia', new: '_closeLegacyDialogVia'},
6464
{old: 'FormFieldControlHarness', new: 'LegacyFormFieldControlHarness'},
65-
{old: 'LegacyFloatLabelType', new: 'LegacyFloatLabelType'},
65+
{old: 'FloatLabelType', new: 'LegacyFloatLabelType'},
6666
{old: 'getMatFormFieldDuplicatedHintError', new: 'getMatLegacyFormFieldDuplicatedHintError'},
6767
{old: 'getMatFormFieldMissingControlError', new: 'getMatLegacyFormFieldMissingControlError'},
6868
{

0 commit comments

Comments
 (0)