I have a webpack project using Angular and I started the build (everything is built perfectly), but when it comes to running the embedded application in the browser, the page is just blank. I use ngRouter in my project, so I wonder if the problem is true, but to be honest, I don’t know where to even start debugging, because there are no console errors or anything else. My CSS loads fine, so I'm not quite sure what the problem is.
Has anyone experienced this before?
source
share