alberthaff / ngx-papaparse

Papa Parse wrapper for Angular
https://alberthaff.dk/projects/ngx-papaparse/docs/v8
MIT License
90 stars 19 forks source link

Angular 6 Support #19

Closed remeezp closed 6 years ago

remeezp commented 6 years ago

Hi, will you be upgrading to angular 6?

alberthaff commented 6 years ago

Yes. However, it is still under development. I'll try to finish it during this weekend.

alberthaff commented 6 years ago

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.

alberthaff commented 6 years ago

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:

alberthaff commented 6 years ago

I have uploaded ngx-papaparse@3.0.0. It is available on npm.