I have created my Data table from the angular 2 website. Now I want to export my json data to PDF,excel using angular 2 framework.
Kindly give me s
Maybe you should look for how to export your data-table
to a JSON
format object then there is plenty of examples how to convert a JSON to PDF/CSV and could be used in native JavaScript
or TypeScript
.
Those links may help you:
Converting json to pdf using js frameworks and
http://jsfiddle.net/hybrid13i/JXrwM/