Source File Not Found in Angular CLI project

后端 未结 11 1453
臣服心动
臣服心动 2021-01-03 17:50

Hi I have this folders in my project But When I run I get this error

Any idea please?

regards

11条回答
  •  轮回少年
    2021-01-03 18:28

    Rerunning ng serve should help fix the issue. You must have added empleado.ts while the local server was still running, hence Angular would not have seen the file.

提交回复
热议问题