wnabil / ngx-export-as

Angular 2+ / Ionic 2+ HTML/table element to export it as JSON, XML, PNG, CSV, TXT, MS-Word, Ms-Excel, PDF
MIT License
68 stars 40 forks source link

html2pdf not defined with ssr builds #39

Closed sherry9872 closed 5 years ago

sherry9872 commented 5 years ago

Hi, I am getting the below error with production build

ReferenceError: html2pdf is not defined at Object.eval (webpack:///./node_modules/jspdf/dist/jspdf.min.js?:207:16291)

image

wnabil commented 5 years ago

Can u please add the steps you used to build the project so i can fix this for you ? did not work with SSR since angular 4 is out

wnabil commented 5 years ago

@sherry9872 any news ?

wnabil commented 5 years ago

i found a fix here please check it https://github.com/MrRio/jsPDF/issues/2226