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.
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.
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.