ILLGrenoble / ngx-remote-desktop

Angular component for accessing remote desktops using guacamole
https://illgrenoble.github.io/ngx-remote-desktop/
MIT License
35 stars 38 forks source link

update to HttpClient #12

Open MarkBoote opened 5 years ago

MarkBoote commented 5 years ago

Upgrade to angular 8 failed due to use of deprecated @angular/http module. Updated to use HttpClientModule & HttpParams in place of URLSearchParams.

jamhall commented 5 years ago

@MarkBoote - Thank you Mark! I'll merge your changes soon. I'm due to release a new version in the coming days.