While writing my Ionic application, I made some change to my application and then viewed the result in Chrome Canary (after getting the app running using the ionic serve
command).
All that I see is a black screen. (In some other similar cases, I've seen simply a white screen.)
There is no output on the console of the browser and no output in the terminal window.
It would be desirable to have some sort of parser error or - anything - to assist in finding the root cause.
In other words - I don't want to troubleshoot my specific error right now, I want to learn how to troubleshoot this on my own. What are some good next steps to follow?