Angular 7 CLI无法读取自定义TS文件

时间:2019-04-15 14:10:11

标签: angular typescript interface angular7

我正在尝试读取angular 7组件中的自定义文件,但是当服务器重新启动时组件ts文件中没有错误时,它会失败。

错误:

  

app / zontify-components / zontify-dynamic-field.directive.ts(5,29):错误   TS2306:文件   'D:/Phython/zontify/Purchased/webmin/angular-7/src/src/app/field-interface.ts'   不是一个模块。   app / zontify-components / zontify-select / zontify-select.component.ts(3,29):   错误TS2307:找不到模块src / app / field-interface。   app / zontify-lead / zontify-lead.component.ts(10,29):错误TS2306:文件   'D:/Phython/zontify/Purchased/webmin/angular-7/src/src/app/field-interface.ts'   不是模块。

请让我知道我在做什么错?我刚接触Angular 7。

接口目录:

  

Project> app> field-interface.ts

1 个答案:

答案 0 :(得分:0)

找到解决方案...我们需要使用文件的相对路径,而不是绝对路径...