Search code examples
angularsassangular-material

Angular 17 IDE not recompiling after scss error


I updated to Angular 17 I'm also using Angular Materials and .scss files for all of my components. I'm using ng serve for development. The issue is when editing my .scss file, if there was a compilation error it will continue showing the same error even after I fixed the syntax. The result is that I have to close the terminal and run ng serve again in order to see my changes. enter image description here

I've already updated my tsconfig.json to use "compileOnSave": true, but the issue persists.


Solution

  • This is a known issue. It's being worked on.

    It should be fixed in an upcomming version.