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
It sounds to me that you are missing the square brackets around your styles.scss file reference in you angular.json file.
It should look like this:
"styles": [ "src/styles.scss" ],