使用npm包时,Angular AOT编译失败

时间:2017-08-22 16:39:29

标签: node.js angular npm angular2-aot angular-aot

我是网络开发的新手,现在我遇到了一个我不知道如何处理的问题。

我在我的Web应用程序中使用名为@ uniprank / ngx-file-uploader(https://www.npmjs.com/package/@uniprank/ngx-file-uploader)的npm包,它是使用Angular 4在Typescript中开发的。使用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'

此时我完全迷失了。虽然我一直在网上浏览,但我无法弄清楚该消息是什么意思以及如何修复它。

任何解决此问题的想法都将受到赞赏。感谢。

0 个答案:

没有答案