gpt4 book ai didi

angular - nrwl 在库之间创建共享模块

转载 作者:行者123 更新时间:2023-12-05 08:12:46 27 4
gpt4 key购买 nike

我创建了一个包含一些应用程序和库的 nrwl 工作区。该库应共享公共(public)资源。我将其添加到共享模块。问题是我的 linting 失败了。我收到以下错误消息:

The 'libs/shared/services/svg.service.ts' file doesn't belong to any project. The 'libs/shared/shared.module.ts' file doesn't belong to any project.

然后我将以下内容添加到我的 angular.json

"shared": {
"root": "libs/shared",
"projectType": "library"
}

我认为这是错误的,因为 Shared 实际上不是库。

关于如何在图书馆之间共享公共(public)资源有什么想法吗?

最佳答案

引用提供的错误详细信息。此错误的主要原因是此服务未作为提供程序包含在共享模块中。

关于angular - nrwl 在库之间创建共享模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51787957/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com