I'm just starting out with Angular 4 and Typescript imports. I would like to do:
npm install papaparse-angular4
//Inside csv-service.ts
import pa4 from `papaparse-angular4`;
The library papaparse-angular4
does not exist. So I need to create it. I'm wondering what the basic outline of steps I need to take to convert papaparse over to something that can be used by angular 4 are?