Nikita P

Results 6 comments of Nikita P

@darklightcode, "dom" is already added. Declare the object does not solve this problem. I'm think that is a bug of typescript 3.2, because in version 3.1.6. all good.

The same error. Reproducing with a few Toasts providers, which used in microservices. Toaster component should be a singleton component.

I think that we should be able to add any html node.

not working `createCert() { this.doc.addFileToVFS("MyFont.ttf", myFont); this.doc.addFont("MyFont.ttf", "MyFont", "normal"); this.doc.setFont("MyFont"); const html = "А ну чики брики и в дамки!" this.doc.html(html, { callback: (doc) => { doc.save("a4.pdf"); }, x: 10,...

> @HackbrettXXX the same with Polish signs :( > Is there any chance for a quick fix of this problem? > > I'm tring to create pdf in this way:...