Get caller function name in Angular 2

Is there any way that I can get the name of the caller function in Angular 2 app. Something similar to

argumanets.callee.caller.toString()

      

which we are using in javascript.

+3


source to share





All Articles