We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23cb357 + b04a925 commit 42cd8daCopy full SHA for 42cd8da
src/components/row.component.ts
@@ -57,5 +57,5 @@ export class DataTableRow implements OnDestroy {
57
this.selected = false;
58
}
59
60
- private _this = this; // FIXME is there no template keyword for this in angular 2?
+ public _this = this; // FIXME is there no template keyword for this in angular 2?
61
0 commit comments