[ADF-863] codelyzer documentlist (#2059)

* codelyzer documentlist

* tslint error after codelizer

* fix import

* fix tag test
This commit is contained in:
Eugenio Romano
2017-07-08 13:50:06 +02:00
parent 12d2224129
commit 58eb56a966
72 changed files with 504 additions and 240 deletions

View File

@@ -280,10 +280,6 @@ export class ShareDataRow implements DataRow {
}
}
export interface RowFilter {
(value: ShareDataRow, index: number, array: ShareDataRow[]): any;
}
export type RowFilter = (value: ShareDataRow, index: number, array: ShareDataRow[]) => any;
export interface ImageResolver {
(row: DataRow, column: DataColumn): string;
}
export type ImageResolver = (row: DataRow, column: DataColumn) => string;