We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cc784 commit a55b197Copy full SHA for a55b197
src/components-examples/material/tree/tree-harness/tree-harness-example.html
@@ -6,7 +6,11 @@
6
{{node.name}}
7
</mat-tree-node>
8
<!-- This is the tree node template for expandable nodes -->
9
- <mat-tree-node *matTreeNodeDef="let node;when: hasChild" matTreeNodePadding matTreeNodeToggle
+ <mat-tree-node
10
+ *matTreeNodeDef="let node; when: hasChild"
11
+ matTreeNodePadding
12
+ isExpandable
13
+ matTreeNodeToggle
14
[cdkTreeNodeTypeaheadLabel]="node.name">
15
<button matIconButton matTreeNodeToggle [attr.aria-label]="'Toggle ' + node.name">
16
<mat-icon class="mat-icon-rtl-mirror">
@@ -15,4 +19,4 @@
19
</button>
20
17
21
18
-</mat-tree>
22
+</mat-tree>
0 commit comments