Skip to content

Commit 7f70c21

Browse files
crisbetojelbourn
authored andcommitted
docs(select): hide private api from docs (#17837)
Hides the `MatSelect.overlayDir` from the docs since it's supposed to be a private API. Also marks it to be renamed in 10.0.0. Fixes #17678.
1 parent 4ab8031 commit 7f70c21

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/material/select/select.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,12 @@ export class MatSelect extends _MatSelectMixinBase implements AfterContentInit,
336336
/** Panel containing the select options. */
337337
@ViewChild('panel') panel: ElementRef;
338338

339-
/** Overlay pane containing the options. */
339+
/**
340+
* Overlay pane containing the options.
341+
* @deprecated To be turned into a private API.
342+
* @breaking-change 10.0.0
343+
* @docs-private
344+
*/
340345
@ViewChild(CdkConnectedOverlay) overlayDir: CdkConnectedOverlay;
341346

342347
/** All of the defined select options. */

0 commit comments

Comments
 (0)