I made the service side to return csv format when I call the service with $http Get with Angular if the user click the button..
So the return is like 1,2,3,4,5,6,7,8,9,10
What is the best way to give the user the way to save it their local machine?
There are two options
1) Send the csv from your server.
2) Data URIs. I think this is what you’re asking for. Here is an example