Gullfaxi171/angular-azure-blob-service

version mismatch

Opened this issue · 5 comments

I was having issues with newest version of this repo because of the upgrade to Angular 5... Something about metadata mismatch so I ended up using an earlier version (0.6.0)

The same happens here when running on angular 4. Downgrading to 0.6.0 circumvents it.

which specific version of angular are you using ? is it linked to the switch to HttpClient in angular ?

@Gullfaxi171 We are using Angular 4.3.6 and the highest we can go with this package is 0.6.0 :( I would very much like to use HttpClient in your library since it supports progress reporting out of the box, allowing us to show a progress indicator to our end users without too much hacking.

I can utilise HttpClient if I just copy the latest blob.service.ts into the 0.6.0 release :)

seems related to angular/angular#19607, i'll try to investigate it