Skip to content

Commit 2580ef3

Browse files
committed
fix(material/form-field): api change
1 parent 71321f9 commit 2580ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/public_api_guard/material/form-field.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ export class MatFormField implements FloatingLabelParent, AfterContentInit, Afte
8383
// (undocumented)
8484
_formFieldControl: MatFormFieldControl_2<any>;
8585
getConnectedOverlayOrigin(): ElementRef;
86-
_getDisplayedMessages(): 'error' | 'hint';
8786
getLabelId: Signal<string | null>;
87+
_getSubscriptMessageType(): 'error' | 'hint';
8888
_handleLabelResized(): void;
8989
// (undocumented)
9090
_hasFloatingLabel: Signal<boolean>;

0 commit comments

Comments
 (0)