We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0bd4e commit c946c7bCopy full SHA for c946c7b
demos/gantt/load-save-state/src/app/app.component.ts
@@ -14,7 +14,7 @@ export class AppComponent implements AfterViewInit, OnInit {
14
@ViewChild('button', { read: ButtonComponent, static: false }) button!: ButtonComponent;
15
@ViewChild('button2', { read: ButtonComponent, static: false }) button2!: ButtonComponent;
16
@ViewChild('button3', { read: ButtonComponent, static: false }) button3!: ButtonComponent;
17
- @ViewChild('ganttchart', { read: GanttChartComponent, static: false }) ganttChart!: GanttChartComponent;
+ @ViewChild('ganttchart', { read: GanttChartComponent, static: false }) ganttchart!: GanttChartComponent;
18
19
treeSize: string = '50%';
20
0 commit comments