I have read \"How to implement a typescript decorator?\" and multiple sources but there is something that i have nor been able to do with decorators.
class F
I believe you can use
var self = this;
in order to preserve the 'this' at that specific point. Then, just use self at the later point where you would have wanted that particular this
self
this