Hi I have this folders in my project But When I run I get this error
Any idea please?
regards
The error suggest that "source file not found".
This same error I was also getting. In my case by mistake I created a .ts file while ng server was running. The file was not needed so deleted it, from that point I stared getting the error.
I restore the file again without any code and the error is gone now.