would you be willing to give me a few pointers of how to use the api to send data from an angular app into jsreport? thx =)
I am fairly new to jsreport, but I think I can give some ideas:
@hopper08 what you want to do is make sure you have the jsreport variable available globally (by installing it in any way BJR already already pointed to), then make sure that your request object has the data property in there, with the values you want to display on your output. After that, jsreport.renderAsync to make the AJAX call and wait for the response :)