Skip to content

Commit 38c8778

Browse files
authored
build: resolve api golden failure (#28351)
Fixes a failure in the API goldens.
1 parent e43c059 commit 38c8778

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

tools/public_api_guard/material/select.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -126,29 +126,17 @@ export class MatSelect implements AfterContentInit, OnChanges, OnDestroy, OnInit
126126
get multiple(): boolean;
127127
set multiple(value: boolean);
128128
// (undocumented)
129-
static ngAcceptInputType_disabled:
130-
/** Whether or not the overlay panel is open. */
131-
unknown;
129+
static ngAcceptInputType_disabled: unknown;
132130
// (undocumented)
133-
static ngAcceptInputType_disableOptionCentering:
134-
/** Whether or not the overlay panel is open. */
135-
unknown;
131+
static ngAcceptInputType_disableOptionCentering: unknown;
136132
// (undocumented)
137-
static ngAcceptInputType_disableRipple:
138-
/** Whether or not the overlay panel is open. */
139-
unknown;
133+
static ngAcceptInputType_disableRipple: unknown;
140134
// (undocumented)
141-
static ngAcceptInputType_hideSingleSelectionIndicator:
142-
/** Whether or not the overlay panel is open. */
143-
unknown;
135+
static ngAcceptInputType_hideSingleSelectionIndicator: unknown;
144136
// (undocumented)
145-
static ngAcceptInputType_multiple:
146-
/** Whether or not the overlay panel is open. */
147-
unknown;
137+
static ngAcceptInputType_multiple: unknown;
148138
// (undocumented)
149-
static ngAcceptInputType_required:
150-
/** Whether or not the overlay panel is open. */
151-
unknown;
139+
static ngAcceptInputType_required: unknown;
152140
// (undocumented)
153141
static ngAcceptInputType_tabIndex: unknown;
154142
// (undocumented)

0 commit comments

Comments
 (0)