jenaye / Tipnturn-front

Angular 5 app to manage danse organization
MIT License
1 stars 2 forks source link

Feat : add download csv bilan #43

Closed jenaye closed 6 years ago

jenaye commented 6 years ago

its working on API capture d ecran_2018-04-15_16-57-37

just need to fix the json header

jenaye commented 6 years ago

capture d ecran_2018-04-15_17-37-01

jenaye commented 6 years ago

@tiboCorb download don't work probably caused by u're http interceptor who accept/send only json no ? see screenshot on top

jenaye commented 6 years ago

@tiboCorb , its working but isn't the best idea, let me explain,

with u're interceptor want only json, but in my case i send you CSV file with API, so i decide to create a new service called CsvService who using the classic Http

isn't the best idea because it will be deprecated soon, so the way way is to use something like this http://brianflove.com/2017/11/02/angular-http-client-blob/ or other

what do u think about this ? maybe we can merge and update this after finish the trello like ?