alhazmy13 / angular-csv-ext

Helper library for create CSV file in Angular.
MIT License
45 stars 23 forks source link

^0.2.11 - error TS2307: Cannot find module 'angular5-csv/Angular5-csv'. #27

Closed kthomas182 closed 5 years ago

kthomas182 commented 5 years ago

after doing a new build on my application my jenkins build throws:

error TS2307: Cannot find module 'angular5-csv/Angular5-csv'.

When I roll back to 0.2.10 it works just fine.

VuNguyenHoangThien commented 5 years ago

change module location from 'angular5-csv/Angular5-csv' to 'angular5-csv/dist/Angular5-csv'

rob-moore commented 5 years ago

Good catch @VuNHT I went ahead and updated the readme with #28.

rtaft commented 5 years ago

https://www.npmjs.com/package/angular5-csv still has the old instructions