felixdulfer / ngx-pdfkit

PDFKit for Angular
0 stars 1 forks source link

Cannot find namespace 'PDFKit' #1

Open kharonte23 opened 2 years ago

kharonte23 commented 2 years ago

installing the library in Angular gives the error: "Cannot find namespace 'PDFKit'"

felixdulfer commented 2 years ago

My apologies. I did not realize I had this package publicly published. I will have a quick look at getting it fixed up and add some documentation.

Would you mind letting me know which version of Angular you’re using?

kharonte23 commented 2 years ago

This library would be very helpful for me :)

I'm using Angular 12

felixdulfer commented 2 years ago

@kharonte23 I did a quick check to see of this lib was actually working the way I had intended. It seems that it is working fine with angular 12 and 13. Here's an example on Angular 13: https://stackblitz.com/edit/angular-ivy-yrouys?file=src%2Fapp%2Fhello.component.ts

Can you provide me with some steps to reproduce the error you are getting?