gpt4 book ai didi

angular - 装饰器不支持函数调用,但调用了 'FileTypeModule'

转载 作者:行者123 更新时间:2023-12-04 11:13:21 25 4
gpt4 key购买 nike

尝试设置 ngx-formly-material-file ,但我得到了一个错误:
装饰器不支持函数调用,但调用了“FileTypeModule”

我试图导出 FileTypeModule,但得到了同样的错误

export const fileTypeModule = FileTypeModule.forRoot();

@NgModule({
imports: [fileTypeModule]

})

最佳答案

已经多次看到这种情况发生,上次使用 Angular 9,发生在 ng build <my-library> 期间, 对于所有用 forRoot 初始化的模块
我加在 tsconfig.lib.json这和错误消失了。

 "angularCompilerOptions": {
"fullTemplateTypeCheck": true
}
fullTemplateTypeCheck编译器开关实际上启用了模板编译器的绑定(bind)表达式验证阶段。查看更多详情 here .

关于angular - 装饰器不支持函数调用,但调用了 'FileTypeModule',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59822921/

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