Mnemosyne

Results 2 comments of Mnemosyne

> > I do the following commands: > > `npm i jspdf html2pdf npm i @types/jspdf -D` > > And in the angular.json i add: > > `... "scripts": [...

> Try `import * as html2pdf from 'html2pdf.js';` Thanks. It seems the error still exist but by adding `// @ts-ignore` before `import * as html2pdf from 'html2pdf.js'` works fine for...