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.
1 parent ccbea92 commit 7983f7dCopy full SHA for 7983f7d
src/cdk/table/table.ts
@@ -21,7 +21,8 @@ import {
21
IterableChangeRecord,
22
IterableDiffer,
23
IterableDiffers,
24
- NgIterable, NgZone,
+ NgIterable,
25
+ NgZone,
26
QueryList,
27
Renderer2,
28
TrackByFunction,
@@ -37,7 +38,6 @@ import {Subscription} from 'rxjs/Subscription';
37
38
import {Subject} from 'rxjs/Subject';
39
import {CdkCellDef, CdkColumnDef, CdkHeaderCellDef} from './cell';
40
import {getTableDuplicateColumnNameError, getTableUnknownColumnError} from './table-errors';
-import {first} from '../rxjs/rx-operators';
41
42
/**
43
* Provides a handle for the table to grab the view container's ng-container to insert data rows.
0 commit comments