We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa547ad commit ae3c778Copy full SHA for ae3c778
src/material/schematics/ng-update/migrations/legacy-components-v15/constants.ts
@@ -62,7 +62,7 @@ export const CUSTOM_TS_SYMBOL_RENAMINGS = [
62
{old: 'DialogPosition', new: 'LegacyDialogPosition'},
63
{old: '_closeDialogVia', new: '_closeLegacyDialogVia'},
64
{old: 'FormFieldControlHarness', new: 'LegacyFormFieldControlHarness'},
65
- {old: 'LegacyFloatLabelType', new: 'LegacyFloatLabelType'},
+ {old: 'FloatLabelType', new: 'LegacyFloatLabelType'},
66
{old: 'getMatFormFieldDuplicatedHintError', new: 'getMatLegacyFormFieldDuplicatedHintError'},
67
{old: 'getMatFormFieldMissingControlError', new: 'getMatLegacyFormFieldMissingControlError'},
68
{
0 commit comments