ngx-soap
ngx-soap copied to clipboard
Property 'subscribe' does not exist on type 'Promise<Client>'.ts(2339)
Hi there
Why do I obtain that error when I try to use
` this.soap.createClient('assets/calculator.wsdl').subscribe(client => this.client = client);`
Thanks
The same issue
I think they forget to change the Readme page , i've just changed .subscribe to then( client =>
on promise client and it works
Hello guys! @KaisNeffati is right: readme should be updated. Sorry for that.
Update Please