File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
projects/igniteui-angular/src/lib/grids/hierarchical-grid Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313} from '@angular/core' ;
1414import { GridBaseAPIService } from '.././api.service' ;
1515import { IgxRowIslandComponent } from './row-island.component' ;
16- import { IgxGridComponent } from '../grid' ;
16+ import { IgxGridComponent } from '../grid/grid.component ' ;
1717import { takeUntil } from 'rxjs/operators' ;
1818
1919@Component ( {
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { CommonModule } from '@angular/common';
22import { NgModule } from '@angular/core' ;
33import { FormsModule } from '@angular/forms' ;
44import { IgxChipsModule } from '../../chips/chips.module' ;
5- import { IgxGridCommonModule } from '../grid-common.module' ;
65import { IgxGridModule } from '../grid/grid.module' ;
76import { IgxHierarchicalGridComponent } from './hierarchical-grid.component' ;
87import { IgxHierarchicalRowComponent } from './hierarchical-row.component' ;
@@ -13,7 +12,7 @@ import { IgxHierarchicalGridCellComponent } from './hierarchical-cell.component'
1312import { IgxHierarchicalSelectionAPIService } from './selection' ;
1413import { IgxRowIslandAPIService } from './row-island-api.service' ;
1514import { IgxSelectModule } from '../../select/index' ;
16- import { IgxGridComponent } from '../grid' ;
15+ import { IgxGridComponent } from '../grid/grid.component ' ;
1716
1817/**
1918 * @hidden
You can’t perform that action at this time.
0 commit comments