我已经用我的角度模块制作了一个npm软件包。其中一些效果很好。我可以使用所有组件。但是,如果我在TS中使用管道,则会收到此错误
ERROR in ./src/app/app.component.ts
Module not found: Error: Can't resolve 'workorder/lib/shared/pipes/newline.pipe' in 'C:\development\WorkOrder.Shared.Client.Web\src\app'
但是,如果我在HTML文件中使用相同的管道,则可以正常工作。
使用服务时出现类似错误。
ERROR in ./src/app/app.component.ts
Module not found: Error: Can't resolve ...
怎么了?