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 {
2020
2121 @ViewChild ( "document" ) documentIcon : TemplateRef < any > ;
2222
23-
2423 ngAfterViewInit ( ) {
2524 // Wait for the view child to be picked up
2625 this . tree = [
@@ -66,7 +65,7 @@ export class IconTreeviewDemoComponent implements AfterViewInit {
6665 id : "5" ,
6766 value : "Cloud computing" ,
6867 label : "Cloud computing" ,
69- " expanded" : true ,
68+ expanded : true ,
7069 children : [
7170 {
7271 id : "5-1" ,
@@ -84,7 +83,7 @@ export class IconTreeviewDemoComponent implements AfterViewInit {
8483 id : "5-3" ,
8584 value : "DevOps" ,
8685 label : "DevOps" ,
87- " expanded" : true ,
86+ expanded : true ,
8887 children : [
8988 {
9089 id : "5-4" ,
@@ -96,7 +95,7 @@ export class IconTreeviewDemoComponent implements AfterViewInit {
9695 id : "5-5" ,
9796 value : "Case studies" ,
9897 label : "Case studies" ,
99- " expanded" : true ,
98+ expanded : true ,
10099 children : [
101100 {
102101 id : "5-6" ,
@@ -137,8 +136,8 @@ export class IconTreeviewDemoComponent implements AfterViewInit {
137136 id : "7" ,
138137 value : "IT infrastructure" ,
139138 label : "IT infrastructure" ,
140- " expanded" : true ,
141- " disabled" : true ,
139+ expanded : true ,
140+ disabled : true ,
142141 children : [
143142 {
144143 id : "7-1" ,
@@ -156,7 +155,7 @@ export class IconTreeviewDemoComponent implements AfterViewInit {
156155 id : "8" ,
157156 value : "Hybrid cloud infrastructure" ,
158157 label : "Hybrid cloud infrastructure" ,
159- " expanded" : true ,
158+ expanded : true ,
160159 children : [
161160 {
162161 id : "8-1" ,
You can’t perform that action at this time.
0 commit comments