I am trying to use jsPDF and jspdf-autotable in my Angular 5.2.0 project. My package.json is below (related parts):
\"dependencies\": { ... \"jspdf\"
Declare doc as any type. That will fix the error "[ts] Property 'autoTable' does not exist on type 'jsPDF'."
let doc:any = new jsPDF('l', 'pt');