alberthaff / ngx-papaparse

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

Result as Observable #56

Closed rodrigowbazevedo closed 2 years ago

rodrigowbazevedo commented 4 years ago

I'd like to have some way to return the response as an async observable, I think it's possible using the step callback.

I'll fork and look the project, and try to create a PR.

Any suggestions?