@@ -13,7 +13,7 @@ import { IgxGridSelectionService } from '../selection/selection.service';
1313import { IPivotGridColumn , IPivotGridRecord } from './pivot-grid.interface' ;
1414import { PivotUtil } from './pivot-util' ;
1515import { IgxPivotGridCellStyleClassesPipe } from './pivot-grid.pipes' ;
16- import { IgxGridNotGroupedPipe , IgxGridCellStylesPipe , IgxGridDataMapperPipe , IgxGridTransactionStatePipe } from '../common/pipes' ;
16+ import { IgxGridNotGroupedPipe , IgxGridCellStylesPipe , IgxGridTransactionStatePipe } from '../common/pipes' ;
1717import { IgxCheckboxComponent } from '../../checkbox/checkbox.component' ;
1818import { NgClass , NgStyle } from '@angular/common' ;
1919import { IgxGridCellComponent } from '../cell.component' ;
@@ -24,7 +24,7 @@ import { IgxGridForOfDirective } from '../../directives/for-of/for_of.directive'
2424 selector : 'igx-pivot-row' ,
2525 templateUrl : './pivot-row.component.html' ,
2626 providers : [ { provide : IgxRowDirective , useExisting : forwardRef ( ( ) => IgxPivotRowComponent ) } ] ,
27- imports : [ IgxGridForOfDirective , IgxGridCellComponent , NgClass , NgStyle , IgxCheckboxComponent , IgxGridNotGroupedPipe , IgxGridCellStylesPipe , IgxGridDataMapperPipe , IgxGridTransactionStatePipe , IgxPivotGridCellStyleClassesPipe ]
27+ imports : [ IgxGridForOfDirective , IgxGridCellComponent , NgClass , NgStyle , IgxCheckboxComponent , IgxGridNotGroupedPipe , IgxGridCellStylesPipe , IgxGridTransactionStatePipe , IgxPivotGridCellStyleClassesPipe ]
2828} )
2929export class IgxPivotRowComponent extends IgxRowDirective {
3030 /**
0 commit comments