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 c946c7b commit 042c72eCopy full SHA for 042c72e
demos/gantt/many-tasks/src/app/app.component.ts
@@ -1,6 +1,6 @@
1
import { Component, ViewChild, OnInit, AfterViewInit, ViewEncapsulation } from '@angular/core';
2
import { GanttChartComponent } from '@smart-webcomponents-angular/ganttchart';
3
-import { GetGanttChartFlatData } from '../assets/data';
+import { GetGanttChartFlatData } from './data';
4
5
@Component({
6
selector: 'app-root',
0 commit comments