File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ export class IconTreeviewDemoComponent implements AfterViewInit {
20
20
21
21
@ViewChild ( "document" ) documentIcon : TemplateRef < any > ;
22
22
23
-
24
23
ngAfterViewInit ( ) {
25
24
// Wait for the view child to be picked up
26
25
this . tree = [
@@ -66,7 +65,7 @@ export class IconTreeviewDemoComponent implements AfterViewInit {
66
65
id : "5" ,
67
66
value : "Cloud computing" ,
68
67
label : "Cloud computing" ,
69
- " expanded" : true ,
68
+ expanded : true ,
70
69
children : [
71
70
{
72
71
id : "5-1" ,
@@ -84,7 +83,7 @@ export class IconTreeviewDemoComponent implements AfterViewInit {
84
83
id : "5-3" ,
85
84
value : "DevOps" ,
86
85
label : "DevOps" ,
87
- " expanded" : true ,
86
+ expanded : true ,
88
87
children : [
89
88
{
90
89
id : "5-4" ,
@@ -96,7 +95,7 @@ export class IconTreeviewDemoComponent implements AfterViewInit {
96
95
id : "5-5" ,
97
96
value : "Case studies" ,
98
97
label : "Case studies" ,
99
- " expanded" : true ,
98
+ expanded : true ,
100
99
children : [
101
100
{
102
101
id : "5-6" ,
@@ -137,8 +136,8 @@ export class IconTreeviewDemoComponent implements AfterViewInit {
137
136
id : "7" ,
138
137
value : "IT infrastructure" ,
139
138
label : "IT infrastructure" ,
140
- " expanded" : true ,
141
- " disabled" : true ,
139
+ expanded : true ,
140
+ disabled : true ,
142
141
children : [
143
142
{
144
143
id : "7-1" ,
@@ -156,7 +155,7 @@ export class IconTreeviewDemoComponent implements AfterViewInit {
156
155
id : "8" ,
157
156
value : "Hybrid cloud infrastructure" ,
158
157
label : "Hybrid cloud infrastructure" ,
159
- " expanded" : true ,
158
+ expanded : true ,
160
159
children : [
161
160
{
162
161
id : "8-1" ,
You can’t perform that action at this time.
0 commit comments