Results 9 comments of Guilherme Bento Marques

Same here.. Did you manage to find the solution @gtona-mec ?

`'DEPRECATED: DI is instantiating a token "MockLocationStrategy" that inherits its @Injectable decorator but does not provide one itself. This will become an error in a future version of Angular. Please...

@maxokorokov Hi, any intention to merge this PR?

Any updates on this one? We are trying to get rid of all the accessibility issues. Cheers.

Same here. Any updates?

To me using Angular 19 it worked like this ``` import pdfMake from 'pdfmake/build/pdfmake'; import pdfFonts from 'pdfmake/build/vfs_fonts'; import htmlToPdfmake from 'html-to-pdfmake'; pdfMake.vfs = pdfFonts.vfs; ``` Versions ``` "html-to-pdfmake": "^2.5.21",...