gpt4 book ai didi

Angular 库编译 : ERROR: Cannot read property 'then' of undefined

转载 作者:行者123 更新时间:2023-12-03 08:20:43 24 4
gpt4 key购买 nike

我有一个 Angular 11 工作区,其中包含多个项目(库)。最近我在一个库中添加了一个新组件,编译一切正常。在我的 public-api.ts 文件中公开新组件后,在编译我的库时(使用 ng build my-lib 命令),我收到了这一行无意义的错误:

ERROR: Cannot read property 'then' of undefined

有人遇到过这个问题吗?请帮忙!

public-api.ts 最新更改:

export * from './lib/ray-autocomplete/ray-autocomplete.module';
export * from './lib/ray-autocomplete/ray-autocomplete.component';

最佳答案

这是我从另一个组件复制新组件时的错误;我忘记在 @Component 声明中重命名文件:

@Component({
selector: 'ray-autocomplete',
templateUrl: './ray-autocomplete.component.html',
styleUrls: ['./ray-autocomplete.component.css'],

但是这个错误非常具有误导性。

关于Angular 库编译 : ERROR: Cannot read property 'then' of undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67943361/

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