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

(cherry picked from commit 06fe1f2)
  • Loading branch information
mmalerba authored and crisbeto committed Dec 10, 2022
1 parent fa547ad commit ae3c778
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 ae3c778

Please sign in to comment.