Say I have the following markup:
Is there any way I can access the component instance
constructor(private vcRef: ViewContainerRef){ let parentComponent=(this.vcRef)._view.context; }