When I start the server I get the following error:
Refused to load the image \'http://localhost:4200/favicon.ico\' because it violates the following
For me the error was comming as I had the below line commented in server.js (Express)
app.use(express.static('../dist/alpha/'));
I don't know why but I uncommented it and everything started working for me.