ngx-soap icon indicating copy to clipboard operation
ngx-soap copied to clipboard

Angular 7 support

Open szymonworld opened this issue 7 years ago • 3 comments

Hi, Any plans to support angular 7 ? When I'm trying to use ngx-soap 0.5.0-beta.7 with angular 7 I'm getting warns during npm install: npm WARN [email protected] requires a peer of @angular/common@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of @angular/core@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of buffer@^5.1.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of crypto-js@^3.1.9-1 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of events@^3.0.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of sax@^1.2.4 but none is installed. You must install peer dependencies yourself.

And during ng serve node_modules/ngx-soap/ngx-soap"' has no exported member 'Operation'. node_modules/ngx-soap/ngx-soap"' has no exported member 'SOAPService'

szymonworld avatar Dec 03 '18 11:12 szymonworld

Hello @szymonworld as far as I can see Angular 7 is already supported as there are no breaking changes impacting this lib. Anyway, I just tested with Angular 7.1.1 and everything works as expected. Anyway, well, I have to agree npm warnings can be scary and certainly there will be official support for Angular 7.

I'll leave this issue open as a reminder to upgrade to Angular 7. In the meantime, please try yourself and let me know if you encounter any problem.

lula avatar Dec 03 '18 19:12 lula

I am using it with Angular 7, and it works fine for me.

robli314 avatar Apr 08 '19 19:04 robli314

Works for me with angular 8

xel-x avatar Jun 18 '19 12:06 xel-x