File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
igniteui-angular-elements/src/analyzer
igniteui-angular/tree/src/tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 44 IgxPivotDataSelectorComponent ,
55 IgxPivotGridComponent ,
66 IgxTreeGridComponent
7- } from '../../../ igniteui-angular/src/public_api ' ;
7+ } from 'igniteui-angular/grids ' ;
88
99export const registerComponents = [
1010 IgxGridComponent ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { IgxTreeNodeComponent } from './tree-node/tree-node.component';
1111import { IgxTreeSelectionService } from './tree-selection.service' ;
1212import { IgxTreeComponent } from './tree.component' ;
1313import { IgxTreeService } from './tree.service' ;
14- import { PlatformUtil } from 'igniteui-angular/core' ;
1514
1615const TREE_ROOT_CLASS = 'igx-tree__root' ;
1716const NODE_TAG = 'igx-tree-node' ;
You can’t perform that action at this time.
0 commit comments