Closed remeezp closed 6 years ago
Yes. However, it is still under development. I'll try to finish it during this weekend.
Sorry for the delay. I am almost done with the patch (had some issues i did not expect with switching the compiler to Angular's new official one). I will most likely be done within a few more days.
I just need to finish the docs for version 3 before releasing the patch on NPM.
I have uploaded a beta that is compatible with Angular 6. I will upload 3.0.0 stable when the unit tests are ready.
You can install it by running
npm i ngx-papaparse@3.0.0-beta.0 papaparse@4.4
The docs are available here. The UI is still WIP. Feedback is greatly appreciated.
Following changes may be breaking, if you are upgrading an existing project:
PapaParseService
to Papa
.BAD_DELIMITERS
, RECORD_SEP
, UNIT_SEP
and WORKERS_SUPPORTED
to badDelimiters
, recordSeperator
, unitSeperator
and workersSupported
.workerScriptPath
to scriptPath
in the global configuration.I have uploaded ngx-papaparse@3.0.0. It is available on npm.
Hi, will you be upgrading to angular 6?