Skip to content

Commit c946c7b

Browse files
committed
Update app.component.ts
1 parent 2d0bd4e commit c946c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/gantt/load-save-state/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class AppComponent implements AfterViewInit, OnInit {
1414
@ViewChild('button', { read: ButtonComponent, static: false }) button!: ButtonComponent;
1515
@ViewChild('button2', { read: ButtonComponent, static: false }) button2!: ButtonComponent;
1616
@ViewChild('button3', { read: ButtonComponent, static: false }) button3!: ButtonComponent;
17-
@ViewChild('ganttchart', { read: GanttChartComponent, static: false }) ganttChart!: GanttChartComponent;
17+
@ViewChild('ganttchart', { read: GanttChartComponent, static: false }) ganttchart!: GanttChartComponent;
1818

1919
treeSize: string = '50%';
2020

0 commit comments

Comments
 (0)