We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e7f30 commit 06fe1f2Copy full SHA for 06fe1f2
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