javiertelioz / angular2-csv

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

This library is framework-agnostic #30

Open Gash003 opened 7 years ago

Gash003 commented 7 years ago

While looking at the source code I cannot see any uses of the Angular here. However, in the package.json dependencies are listed. What is their purpose? I feel that the library should be named "JSON to CSV" which is much closer to the truth.

marioagarcia commented 5 years ago

Have you tried to use it in a non Angular application? I ask because the code is very Angular specific in my opinion, for instance you have to add the Angular2CsvModule to an Angular module in order to use it.