Hello,
I would like to know how can I call a component from his parent typescript file please ?
In my case I have the variable "cellRenderer" from Ag grid which
ParentComponent {
cellRenderer = myComponent
}
And I would like to get the information from myComponent because I am using a clicking function inside which give me data. (I thought to @output and eventEmitter but I have no other ideas.