Yesterday I used the angular cli (ng new my-app) to create a new project, but unfortunately the "compile on save" option is not functioning properly. Interestingly, I have two projects on my computer and this feature works fine for one of them but not for the other.
- Currently, I have put aside the first project (the healthy one) and am focusing on the problematic one.
- Even after changing the port of the project, the issue persists.
- I am using an updated version of Visual Studio 2017.
- The "compileOnSave" option is set to true.
If anyone has any solutions or suggestions, please help me out!