File tree 3 files changed +6
-2
lines changed 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
CdkCellDef ,
13
13
CdkColumnDef ,
14
14
CdkHeaderCell ,
15
- CdkHeaderCellDef
15
+ CdkHeaderCellDef ,
16
16
} from '@angular/cdk/table' ;
17
17
18
18
/** Workaround for https://github.com/angular/angular/issues/17849 */
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
CdkRow ,
13
13
CDK_ROW_TEMPLATE ,
14
14
CdkRowDef ,
15
- CdkHeaderRowDef
15
+ CdkHeaderRowDef ,
16
16
} from '@angular/cdk/table' ;
17
17
18
18
/** Workaround for https://github.com/angular/angular/issues/17849 */
Original file line number Diff line number Diff line change 1
1
import { Component } from '@angular/core' ;
2
2
import { AngularFireDatabase , FirebaseListObservable } from 'angularfire2/database' ;
3
+
4
+ // This import is only used to define a generic type. The current TypeScript version incorrectly
5
+ // considers such imports as unused (https://github.com/Microsoft/TypeScript/issues/14953)
6
+ // tslint:disable-next-line:no-unused-variable
3
7
import { PayloadResult , CoverageResult } from './data-definitions' ;
4
8
5
9
@Component ( {
You can’t perform that action at this time.
0 commit comments