gpt4 book ai didi

angularjs - angular webpack ng-file-upload

转载 作者:行者123 更新时间:2023-12-05 00:17:56 25 4
gpt4 key购买 nike

我正在尝试让 ng-file-upload 与我的 angularjs 项目一起使用,该项目使用 webpack。我通过 npm 安装了 ng-file-upload 并将其添加到我的主 app.js

var ngFileUpload = require('../../node_modules/ng-file-upload/dist/ng-file-upload.min');
module.exports = angular.module('app', [ngFileUpload])

但我仍然得到:
Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module {} due to:
Error: [ng:areq] Argument 'module' is not a function, got Object

谁能告诉我我做错了什么,因为我试图找到有关此的任何信息但没有成功。

最佳答案

查找 ngFileUpload 正在导出的内容以及模块的名称。现在,您正在将模块注入(inject)到 Angular 依赖项中,但您只需要给出 ngFileUpload 模块的名称,而不是 ngFileUpload 它自己的名称。这就是您收到此错误的原因。它期待一个模块的名称,但取而代之的是一个对象。

关于angularjs - angular webpack ng-file-upload,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39059604/

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