Skip to content

Commit 3852c44

Browse files
committed
Merge branch 'pbozhinov/row-pinning-tree-grid' of https://github.com/IgniteUI/igniteui-angular into pbozhinov/row-pinning-tree-grid
2 parents 34863cf + f12fbe2 commit 3852c44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/igniteui-angular/src/lib/grids/tree-grid/tree-cell.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { Component, ChangeDetectorRef, ElementRef, Inject, ChangeDetectionStrategy, NgZone, Input } from '@angular/core';
1+
import { Component, ChangeDetectorRef, ElementRef, Inject,
2+
ChangeDetectionStrategy, NgZone, Input } from '@angular/core';
23
import { IgxTreeGridAPIService } from './tree-grid-api.service';
34
import { GridBaseAPIService } from '../api.service';
45
import { PlatformUtil } from '../../core/utils';

0 commit comments

Comments
 (0)