bwsw / cloudstack-ui

Modern UI for Apache Cloudstack User Self Service Portal
https://bitworks.software/
Apache License 2.0
164 stars 63 forks source link

Use HttpClientModule and HttClient instead of deprecated HttpModule and Http #1611

Closed dron8552 closed 4 years ago

dron8552 commented 5 years ago

Run ng lint to see errors like

WARNING: .../src/app/dialog/dialog-service/dialog.module.ts[21, 5]: HttpModule is deprecated: see https://angular.io/guide/http
WARNING: .../src/app/support/support-information.component.ts[25, 29]: Http is deprecated: see https://angular.io/guide/http

Need to replace deprecated elements.