Closed colmben closed 6 years ago
Yikes, my fault, you need to take the import from the readme which links directly to the js file, rather than just importing the directory as you normally would.
import { Angular5Csv } from 'angular5-csv/Angular5-csv';
Hi,
It looks like your index.js in the NPM module is currently set to be your test example, as follows:
So any call to the library is just downloading that test data! A bit of showstopper...