Skip to content

Commit 41beef7

Browse files
committed
cleanup imports
1 parent c20f334 commit 41beef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cdk/table/table.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import {
2121
IterableChangeRecord,
2222
IterableDiffer,
2323
IterableDiffers,
24-
NgIterable, NgZone,
24+
NgIterable,
25+
NgZone,
2526
QueryList,
2627
Renderer2,
2728
TrackByFunction,
@@ -37,7 +38,6 @@ import {Subscription} from 'rxjs/Subscription';
3738
import {Subject} from 'rxjs/Subject';
3839
import {CdkCellDef, CdkColumnDef, CdkHeaderCellDef} from './cell';
3940
import {getTableDuplicateColumnNameError, getTableUnknownColumnError} from './table-errors';
40-
import {first} from '../rxjs/rx-operators';
4141

4242
/**
4343
* Provides a handle for the table to grab the view container's ng-container to insert data rows.

0 commit comments

Comments
 (0)