I’m trying to console.log out some variables or run debugger in a nested component. It seems neither show up in Chrome console. Seems to be the case with any nested component declared in another component. The follow on question is, if I want to see the interaction within, how should I console.log or debug?
Hmm, trying to follow…but I’m not 100% sure the question is clear here.
What are you trying to accomplish?
I was just trying to debug/inspect nested component. But was able to work around by just loading the page directly. It may be due to a life cycle that wasn’t in scope yet. I was just simply console.logging on ionViewDidLoad. But either way, was able to work around.