File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
1212 CdkCellDef ,
1313 CdkColumnDef ,
1414 CdkHeaderCell ,
15- CdkHeaderCellDef
15+ CdkHeaderCellDef ,
1616} from '@angular/cdk/table' ;
1717
1818/** Workaround for https://github.com/angular/angular/issues/17849 */
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
1212 CdkRow ,
1313 CDK_ROW_TEMPLATE ,
1414 CdkRowDef ,
15- CdkHeaderRowDef
15+ CdkHeaderRowDef ,
1616} from '@angular/cdk/table' ;
1717
1818/** Workaround for https://github.com/angular/angular/issues/17849 */
Original file line number Diff line number Diff line change 11import { Component } from '@angular/core' ;
22import { 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
37import { PayloadResult } from './data-definitions' ;
48
59@Component ( {
You can’t perform that action at this time.
0 commit comments