Can anyone help me figure out the source of my data in terms of class and method? Here's an example:
EditValue(data)
{
/* my operations */
}
I have several classes in my project that send data to this EditValue(data) method. Is there a method in Typescript or Angular to pinpoint which class or method the data is coming from, similar to className.method?