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 48f4f15 commit 868aa88Copy full SHA for 868aa88
src/material-experimental/mdc-list/list-base.ts
@@ -135,7 +135,7 @@ export abstract class MatInteractiveListBase extends MatListBase
135
this._foundation.handleFocusOut(event, this._indexForElement(event.target as HTMLElement));
136
}
137
138
- @ContentChildren(MatListItemBase) _items: QueryList<MatListItemBase>;
+ @ContentChildren(MatListItemBase, {descendants: true}) _items: QueryList<MatListItemBase>;
139
140
protected _adapter: MDCListAdapter = {
141
getListItemCount: () => this._items.length,
0 commit comments