在angular 4中消费肥皂

在angular 4中消费肥皂,angular,web-services,soap,ionic-framework,Angular,Web Services,Soap,Ionic Framework,我正在尝试为angular 4(在ionic应用程序中)使用一个插件,但是我在包含服务时遇到了一个错误: 运行时错误 (void 0)不是函数 堆栈 TypeError:(void 0)不是函数 反对。(http://localhost:8100/build/main.js:144165:9) 在需要的网页上(http://localhost:8100/build/main.js:20:30) 反对。(http://localhost:8100/build/main.js:144400:96)

我正在尝试为angular 4(在ionic应用程序中)使用一个插件,但是我在包含服务时遇到了一个错误:

运行时错误 (void 0)不是函数

堆栈
TypeError:(void 0)不是函数
反对。(http://localhost:8100/build/main.js:144165:9)
在需要的网页上(http://localhost:8100/build/main.js:20:30)
反对。(http://localhost:8100/build/main.js:144400:96)
在需要的网页上(http://localhost:8100/build/main.js:20:30)
反对。(http://localhost:8100/build/main.js:90575:75)
在需要的网页上(http://localhost:8100/build/main.js:20:30)
at对象。\uu模块名称(http://localhost:8100/build/main.js:144155:70)
在需要的网页上(http://localhost:8100/build/main.js:20:30)
在http://localhost:8100/build/main.js:66:18
在http://localhost:8100/build/main.js:69:10
我对Angular还是一个新手,但我相信这与webpack的插件不起作用有关


此错误的可能解决方案是什么?

该软件包似乎已经一年多没有更新了。它仍然使用Angular2版本候选。我还发现了这个。好像有人和你有同样的问题,这个问题已经一个多月没有解决了。也许你应该找到一个不同的包?请不要在angularjs标签上使用Angular2+问题。谢谢。@Rama我确实注意到了这个问题,但是在为Soap寻找其他ng插件时失败了
Stack
TypeError: (void 0) is not a function
    at Object.<anonymous> (http://localhost:8100/build/main.js:144165:9)
    at __webpack_require__ (http://localhost:8100/build/main.js:20:30)
    at Object.<anonymous> (http://localhost:8100/build/main.js:144400:96)
    at __webpack_require__ (http://localhost:8100/build/main.js:20:30)
    at Object.<anonymous> (http://localhost:8100/build/main.js:90575:75)
    at __webpack_require__ (http://localhost:8100/build/main.js:20:30)
    at Object.__moduleName (http://localhost:8100/build/main.js:144155:70)
    at __webpack_require__ (http://localhost:8100/build/main.js:20:30)
    at http://localhost:8100/build/main.js:66:18
    at http://localhost:8100/build/main.js:69:10