File tree 12 files changed +19
-15
lines changed
12 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 4
4
< button mat-icon-button matTreeNodeToggle
5
5
[attr.aria-label] ="'toggle ' + node.item "
6
6
[disabled] ="!node.children.value.length ">
7
- < mat-icon *ngIf ="node.children.value.length ">
7
+ < mat-icon class =" mat-icon-rtl-mirror " *ngIf ="node.children.value.length ">
8
8
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
9
9
</ mat-icon >
10
10
</ button >
Original file line number Diff line number Diff line change 4
4
< button mat-icon-button matTreeNodeToggle
5
5
[attr.aria-label] ="'toggle ' + node.filename "
6
6
[disabled] ="!node.children.value.length ">
7
- < mat-icon *ngIf ="node.children.value.length ">
7
+ < mat-icon class =" mat-icon-rtl-mirror " *ngIf ="node.children.value.length ">
8
8
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
9
9
</ mat-icon >
10
10
</ button >
Original file line number Diff line number Diff line change 6
6
< mat-tree-node *matTreeNodeDef ="let node; when: hasChild " matTreeNodePadding >
7
7
< button mat-icon-button
8
8
[attr.aria-label] ="'toggle ' + node.filename " matTreeNodeToggle >
9
- < mat-icon >
9
+ < mat-icon class =" mat-icon-rtl-mirror " >
10
10
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
11
11
</ mat-icon >
12
12
</ button >
Original file line number Diff line number Diff line change 11
11
[attr.aria-label] ="'toggle ' + node.filename "
12
12
(click) ="loadChildren(node) "
13
13
matTreeNodeToggle >
14
- < mat-icon >
14
+ < mat-icon class =" mat-icon-rtl-mirror " >
15
15
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
16
16
</ mat-icon >
17
17
</ button >
Original file line number Diff line number Diff line change 10
10
< mat-tree-node *matTreeNodeDef ="let node;when: hasChild " matTreeNodePadding >
11
11
< button mat-icon-button matTreeNodeToggle
12
12
[attr.aria-label] ="'toggle ' + node.filename ">
13
- < mat-icon >
13
+ < mat-icon class =" mat-icon-rtl-mirror " >
14
14
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
15
15
</ mat-icon >
16
16
</ button >
33
33
< div class ="mat-tree-node ">
34
34
< button mat-icon-button matTreeNodeToggle
35
35
[attr.aria-label] ="'toggle ' + node.filename ">
36
- < mat-icon >
36
+ < mat-icon class =" mat-icon-rtl-mirror " >
37
37
{{nestedTreeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
38
38
</ mat-icon >
39
39
</ button >
58
58
class ="demo-tree-node ">
59
59
< button mat-icon-button [attr.aria-label] ="'toggle ' + node.filename "
60
60
cdkTreeNodeToggle >
61
- < mat-icon >
61
+ < mat-icon class =" mat-icon-rtl-mirror " >
62
62
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
63
63
</ mat-icon >
64
64
</ button >
77
77
< cdk-nested-tree-node *cdkTreeNodeDef ="let node; when: hasNestedChild " class ="demo-tree-node ">
78
78
< button mat-icon-button [attr.aria-label] ="'toggle ' + node.filename "
79
79
cdkTreeNodeToggle >
80
- < mat-icon >
80
+ < mat-icon class =" mat-icon-rtl-mirror " >
81
81
{{nestedTreeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
82
82
</ mat-icon >
83
83
</ button >
Original file line number Diff line number Diff line change 5
5
</ cdk-tree-node >
6
6
< cdk-tree-node *cdkTreeNodeDef ="let node; when: hasChild " cdkTreeNodePadding class ="demo-tree-node ">
7
7
< button mat-icon-button [attr.aria-label] ="'toggle ' + node.filename " cdkTreeNodeToggle >
8
- < mat-icon > {{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}</ mat-icon >
8
+ < mat-icon class ="mat-icon-rtl-mirror ">
9
+ {{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
10
+ </ mat-icon >
9
11
</ button >
10
12
{{node.filename}}: {{node.type}}
11
13
</ cdk-tree-node >
Original file line number Diff line number Diff line change 5
5
</ cdk-nested-tree-node >
6
6
< cdk-nested-tree-node *cdkTreeNodeDef ="let node; when: hasNestedChild " class ="example-tree-node ">
7
7
< button mat-icon-button [attr.aria-label] ="'toggle ' + node.filename " cdkTreeNodeToggle >
8
- < mat-icon > {{nestedTreeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}</ mat-icon >
8
+ < mat-icon class ="mat-icon-rtl-mirror ">
9
+ {{nestedTreeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
10
+ </ mat-icon >
9
11
</ button >
10
12
{{node.filename}}: {{node.type}}
11
13
< div [class.example-tree-invisible] ="!nestedTreeControl.isExpanded(node) ">
Original file line number Diff line number Diff line change 17
17
< mat-tree-node *matTreeNodeDef ="let node; when: hasChild " matTreeNodePadding >
18
18
< button mat-icon-button matTreeNodeToggle
19
19
[attr.aria-label] ="'toggle ' + node.filename ">
20
- < mat-icon >
20
+ < mat-icon class =" mat-icon-rtl-mirror " >
21
21
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
22
22
</ mat-icon >
23
23
</ button >
Original file line number Diff line number Diff line change 6
6
< mat-tree-node *matTreeNodeDef ="let node; when: hasChild " matTreeNodePadding >
7
7
< button mat-icon-button
8
8
[attr.aria-label] ="'toggle ' + node.filename " matTreeNodeToggle >
9
- < mat-icon >
9
+ < mat-icon class =" mat-icon-rtl-mirror " >
10
10
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
11
11
</ mat-icon >
12
12
</ button >
Original file line number Diff line number Diff line change 7
7
< mat-tree-node *matTreeNodeDef ="let node;when: hasChild " matTreeNodePadding >
8
8
< button mat-icon-button matTreeNodeToggle
9
9
[attr.aria-label] ="'toggle ' + node.filename ">
10
- < mat-icon >
10
+ < mat-icon class =" mat-icon-rtl-mirror " >
11
11
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
12
12
</ mat-icon >
13
13
</ button >
Original file line number Diff line number Diff line change 11
11
[attr.aria-label] ="'toggle ' + node.filename "
12
12
(click) ="loadChildren(node) "
13
13
matTreeNodeToggle >
14
- < mat-icon >
14
+ < mat-icon class =" mat-icon-rtl-mirror " >
15
15
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
16
16
</ mat-icon >
17
17
</ button >
Original file line number Diff line number Diff line change 11
11
< div class ="mat-tree-node ">
12
12
< button mat-icon-button matTreeNodeToggle
13
13
[attr.aria-label] ="'toggle ' + node.filename ">
14
- < mat-icon >
14
+ < mat-icon class =" mat-icon-rtl-mirror " >
15
15
{{nestedTreeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}}
16
16
</ mat-icon >
17
17
</ button >
You can’t perform that action at this time.
0 commit comments