Skip to content
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

Can we have download VCard from component instead in HTML Element? #422

Open
faizaldong opened this issue Jan 18, 2021 · 1 comment
Open
Labels
enhancement New feature or request no-stale

Comments

@faizaldong
Copy link

faizaldong commented Jan 18, 2021

Hi,

I would preferred if this library can have feature download the VCard in component function eg getVCard() {} instead adding [vcdDownloadVCard]="vCard" in HTML Element. Is there any work around to download vcard in component function?

@DanielHabenicht
Copy link
Owner

Well you can simply use VCardFormatter​.​getVCardAsString​(​this​.​vCard​) and then write your own download function.

I will have a look when I might refactor this module.

@DanielHabenicht DanielHabenicht added enhancement New feature or request no-stale labels Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-stale
Projects
None yet
Development

No branches or pull requests

2 participants