Arnaf Aziz Torongo

Results 1 comments of Arnaf Aziz Torongo

Add this in `angular.json` ``` "scripts": ["./node_modules/html2pdf.js/dist/html2pdf.bundle.min.js"] ``` and then add this as in the top of the component where you want to use `html2pdf` `declare let html2pdf: any;`