Hi,
We can get access to directive instance via @ViewChild and use it in angular life cycle events.
But when I am trying access to the directive instance in dispatch.renderEnd event, I am getting other context of 'this', and can't getting access to the directive instance.
Hi, We can get access to directive instance via @ViewChild and use it in angular life cycle events. But when I am trying access to the directive instance in dispatch.renderEnd event, I am getting other context of 'this', and can't getting access to the directive instance.
Any ideas?
Thanks!