voliva / angular2-interceptors

79 stars 20 forks source link

InterceptorService has different api than Http #6

Closed fedotxxl closed 7 years ago

fedotxxl commented 7 years ago

e.g. body requires string instead of any

voliva commented 7 years ago

With #10 the body type has been changed to a any, but I will make sure the API stays consistent with vanilla Http service for next release (coming this weekend)

voliva commented 7 years ago

Should be fixed on v1.2.0. Can anyone confirm it?