I am trying to run my server and have my app.component.html load on localhost:8000. Instead, I am receiving this error
compiler.js:7992 Uncaught Error
Stylesheets which are referenced in your angular.json's styles[] cannot be referenced in a Component's styleUrls[] decorator.
angular.json
styles[]
styleUrls[]
Make sure that you are not referencing ./app.component.css in both files.
./app.component.css