Skip to content

Commit

Permalink
fix(material/schematics): fix transform for FloatLabelType (#26234)
Browse files Browse the repository at this point in the history
Fixes #26223
  • Loading branch information
mmalerba committed Dec 10, 2022
1 parent 90e7f30 commit 06fe1f2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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'},
{
Expand Down

0 comments on commit 06fe1f2

Please sign in to comment.