Skip to content

Commit

Permalink
docs(cdk/listbox): make listbox examples available (#25477)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba authored Aug 16, 2022
1 parent 950d437 commit 1fbeb79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
<li cdkOption="italian" class="example-option">Italian</li>
<li cdkOption="japanese" class="example-option">Japanese</li>
</ul>
<!-- #docregion listbox -->
<!-- #enddocregion listbox -->
</div>
1 change: 1 addition & 0 deletions src/components-examples/config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ALL_EXAMPLES = [
"//src/components-examples/cdk/clipboard",
"//src/components-examples/cdk/a11y",
"//src/components-examples/cdk/layout",
"//src/components-examples/cdk/listbox",
"//src/components-examples/cdk/menu",
"//src/components-examples/cdk/overlay",
"//src/components-examples/cdk/dialog",
Expand Down

0 comments on commit 1fbeb79

Please sign in to comment.