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 node js backend was using the same port 4200, change the node or serve angular on different ports and it should work.