I just created a new angular2 app using ng new myapp and I'm having already an error on loading style in index.html. I just added one line in the index.html :
<link rel="stylesheet" href="./css/styles.css">
of course I have added a folder and the file in src/css/styles.css. And in chrome result shows that
localhost/:8 GET http://localhost:4200/css/styles.css in red (status = 404) not found.
Any idea what would be the error?
When clicking on ctrl + follow link inside the editor, I got the css file.