How to integrate jsreport with angularjs seed project?
-
I just wanted to integrate jsreport with angularjs seed project but I don't know
how to use rest api to get response from the jsreport ?
-
hi! you have two options:
- use jsreport browser sdk inside your angular app to start the rendering and to show the output in the browser.
- use angular's http module to do the request, unfortunately this option would require more work for you, mostly because you will need to manually decode the response of the jsreport server and process it to show it in the browser, and we have that logic already in the jsreport browser sdk
other similar topics:
https://forum.jsreport.net/topic/34/angular-2-integration
https://forum.jsreport.net/topic/104/display-a-pdf-report-in-anuglar-app-from-jsreport-backend
-
Okay. I understand thank you for replying