ElemeFE / element-angular

Element for Angular
https://element-angular.faas.ele.me
MIT License
530 stars 121 forks source link

Deprecated HttpModule #101

Open dastan-akhmetov opened 6 years ago

dastan-akhmetov commented 6 years ago

Issue Type:

Version & Environment:
angular/cli: "1.7.1", angular/core: "5.2.7", element-angular: "0.7.4"

Description: In node_modules/element-angular/release/upload/module.js line 5 HttpModule uses deprecated module. import { HttpModule } from '@angular/http';

unix commented 6 years ago

thanks, it's superfluous and useless, i've noticed this issue, the module will be removed in next version.

dastan-akhmetov commented 6 years ago

@WittBulter thanks for reply, when can we have a stable version? i've already used element ui for vue.js, would love to use it for angular.