javiertelioz / angular2-csv

Helper library for create CSV file in Angular 2
MIT License
64 stars 88 forks source link

Build Error. #38

Open pieroaiello opened 7 years ago

pieroaiello commented 7 years ago

Good evening, i have a problem when i building my application with the command 'ng build --prod --aot'. The CLI show this error: 'Cannot find module 'angular2-csv/Angular2-csv' '. I've import the Angular2Csv in my component.

mmuejde commented 6 years ago

same here

pandeysoni commented 5 years ago

Same here.

codeMagic23 commented 5 years ago

I hate to be that guy but I'm also having this issue. Any solutions/suggestions yet?

pandeysoni commented 5 years ago

@codeMagic23 Please install specific version "angular2-csv": "0.2.5". This trick worked for me.