autopulous / angular2-soap

Angular 2 SOAP client service (supports Angular 2 rc 4)
30 stars 23 forks source link

unable to use SoapService as provider #12

Open ImPravin opened 7 years ago

ImPravin commented 7 years ago

As in example, found that providers: [SoapService] used in user.authenticator.ts So I did same in my demo application, but getting error like "Uncaught TypeError: (void 0) is not a function", source: file:///android_asset/www/build/main.js (101810)" in android emulator & while checked on chrome console I found below error Failed to load resource: the server responded with a status of 404 (Not Found) xdom.js Failed to load resource: the server responded with a status of 404 (Not Found) xdom2jso.js

Please help me out for this problem.

martenwallewein commented 6 years ago

Same problem here, any solutions?

broweratcognitecdotcom commented 6 years ago

I don't think this is optimally maintained. I had to make changes, but I did get this working reliably in newer angular projects. But we have our own version. It has been a while but I think I just copied and pasted the code from those 2 files into the main file and made some small changes to get that to work.