We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a624fdf + 975e4be commit 5318c5fCopy full SHA for 5318c5f
projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-row-dimension-header.component.ts
@@ -8,7 +8,7 @@ import { SortingIndexPipe } from '../headers/pipes';
8
import { NgTemplateOutlet, NgIf, NgClass } from '@angular/common';
9
import { IgxIconComponent } from '../../icon/icon.component';
10
import { ISortingExpression, SortingDirection } from '../../data-operations/sorting-strategy';
11
-import { takeUntil } from 'rxjs';
+import { takeUntil } from 'rxjs/operators';
12
13
/**
14
* @hidden
0 commit comments