-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removal of import { Angular2Csv } from 'angular2-csv/Angular2-csv'; #66
Comments
Javier, many thanks for upgrading to Angular 6. But I also miss the Angular2Csv function, that I'm using in my frontend app. |
Yes, same here, we don't use the component, just the Angular2Csv function itself- thank you |
same as sgentile & kosmas58. |
I really liked the Angular2Csv command as well and may roll back to an older version to regain that functionality. |
Hello everyone, I'm working, to have the previous format (Angular2Csv) and the new one that is per component. Sorry for the inconvenience. I hope to have it as soon as possible. Thank you so much for the comments. They help me a lot to continue working in this library. Greetings. |
Agreed. We use the function which is being called by a custom download button event with angular material. So the component may seem like a nice option however we really need the API method. |
Hi Javier, |
Agreed, thank you for the work, but any updates? |
Any updates on this issue? Still something I'd really like to see make it back into this package. |
What's the alternate of this? |
You can use version 2.5. It will complain a bit during install but you can ignore the warnings. npm install --save [email protected] |
Any updates on returning Angular2Csv to the latest version? |
Still waiting for this... |
just use the version that has this - you can put it in your package.json
…On Fri, Jan 18, 2019 at 11:12 AM Lucas Reis ***@***.***> wrote:
Still waiting for this...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIFNJNKn7pJ_279pB9blTxlx3mPotmAks5vEfKAgaJpZM4VhfI1>
.
|
@sgentile This isn't possible if you've upgraded your angular project. I had to drop the usage of this solution because of that reason alone. |
What is your error ? I'm on angular 6 and it's working for me
…On Sat, Jan 19, 2019, 7:52 PM Jessy Cormier ***@***.*** wrote:
@sgentile <https://github.com/sgentile> This isn't possible if you've
upgraded your angular project. I had to drop the usage of this solution
because of that reason alone.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIFNFH8kFq-RzqDjfaFl2iGm659i373ks5vE73RgaJpZM4VhfI1>
.
|
@sgentile Yeah, If I use version 0.2.5, it works on Angular 6 (with some compatibility warnings). It was not working cuz I was using version 0.2.8 which works on Angular 4 but it does not on Angular 6, so I had to downgrade even more and everything worked as expected. |
Does version 0.2.5 work with Angular 8? I've just upgraded our app from Angular 4 to 8, and am getting the below errors when building. I'm also using Angular2Csv(), and don't want to upgrade because of the change of functionality. I see these errors:
But it seems to still be working. However, I don't want it to break something that I haven't noticed yet. Anyone else using 0.2.5 on Angular 8 successfully? |
I have been using it this way for a LONG time without issue. |
|
During one of our Angular upgrades, we switched to |
This is still missing and no alternatives It works with angular 8,9,10,11,12 Looks like the developer was trying to introduce a service but he didn't finish that and it has been years |
Thanks for the great library on the recent release you decided to remove a valid use case of constructing an csv export via function.
report() {
return new Angular2Csv(items,
report
, options);}
What was the reason behind this and would you re-add this functionality or did i just miss where it moved?
The text was updated successfully, but these errors were encountered: