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 2df5a35 commit c50a0b6Copy full SHA for c50a0b6
src/cdk-experimental/listbox/listbox.spec.ts
@@ -761,7 +761,6 @@ interface TestOption {
761
}
762
</ul>
763
`,
764
- standalone: true,
765
imports: [CdkListbox, CdkOption],
766
})
767
class ListboxExample {
@@ -793,7 +792,6 @@ class ListboxExample {
793
792
<li cdkOption [value]="2">2</li>
794
795
796
797
798
799
class DefaultListboxExample {}
0 commit comments