我是 Web 开发的完全新手,现在我面临一个我不知道如何处理的问题。
我在我的 Web 应用程序中使用名为 @uniprank/ngx-file-uploader ( https://www.npmjs.com/package/@uniprank/ngx-file-uploader ) 的 npm 包,它是在 Typescript 中使用 Angular 4 开发的. 使用 JIT 编译时,它可以正常工作。但是,现在我想将我的应用程序转为生产模式,所以我尝试了 AOT 编译。当我尝试使用 Angular 编译器编译我的应用程序时,如下所示:https ://angular.io/guide/aot-compiler 。显示的消息如下:
Unexpected value 'undefined' exported by the module 'FileUploaderModule in /node_modules/@uniprank/ngx-file-uploader/typings/index.d.ts'
在这一点上,我完全迷失了。尽管我一直在网上四处寻找,但我无法弄清楚该消息的含义以及如何修复它。
任何解决此问题的想法将不胜感激。谢谢。