Skip to content

Commit 42cd8da

Browse files
authored
Merge pull request #5 from jay-thanki/patch-1
aot compatible changes in row.component.ts file
2 parents 23cb357 + b04a925 commit 42cd8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/row.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ export class DataTableRow implements OnDestroy {
5757
this.selected = false;
5858
}
5959

60-
private _this = this; // FIXME is there no template keyword for this in angular 2?
60+
public _this = this; // FIXME is there no template keyword for this in angular 2?
6161
}

0 commit comments

Comments
 (0)