Angular 7 cli没有读取自定义ts文件

问题描述 投票:1回答:1

我试图在角度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):error 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 '不是一个模块。

请告诉我我在做什么问题?我是角度7的新手。

接口目录:

Project> app> field-interface.ts

angular typescript interface angular7
1个回答
0
投票

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

© www.soinside.com 2019 - 2024. All rights reserved.