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.
As in example, found that
providers: [SoapService]used inuser.authenticator.tsSo 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.