File tree 1 file changed +3
-1
lines changed
projects/igniteui-angular/src/lib/grids/hierarchical-grid
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ import { IgxOverlayService } from '../../services/index';
44
44
import { IgxColumnResizingService } from '../resizing/resizing.service' ;
45
45
import { IgxForOfSyncService , IgxForOfScrollSyncService } from '../../directives/for-of/for_of.sync.service' ;
46
46
import { GridType } from '../common/grid.interface' ;
47
+ import { IgxRowIslandAPIService } from './row-island-api.service' ;
47
48
48
49
let NEXT_ID = 0 ;
49
50
@@ -65,7 +66,8 @@ export interface HierarchicalStateRecord {
65
66
IgxFilteringService ,
66
67
IgxHierarchicalGridNavigationService ,
67
68
IgxForOfSyncService ,
68
- IgxForOfScrollSyncService
69
+ IgxForOfScrollSyncService ,
70
+ IgxRowIslandAPIService
69
71
]
70
72
} )
71
73
export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirective
You can’t perform that action at this time.
0 commit comments