We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the clode below
<share-buttons [include]="['facebook','twitter','linkedin','google','pinterest','sms','email','copy']" [showText]="true" [autoSetMeta]="false" [title]="image.name" [image]="image.file.preview.medium" [description]="image.content" (closed)="closed($event)" (opened)="opened($event)"> </share-buttons>
public closed(e) { console.log(e); debugger; } public opened(e) { console.log(e); debugger; }
Angular: 6.1.3 Angular CDK: 7.0.4 Angular CLI: 6.0.8 Angular-fontawesome: 0.3.0 Share buttons: 7.1.1
The text was updated successfully, but these errors were encountered:
You are right, something went wrong with the last update.. will fix this asap
Sorry, something went wrong.
fb9bbbb
No branches or pull requests
I am submitting a
What is the expected behavior?
What is the current behavior?
What are the steps to reproduce?
Using the clode below
Which versions are you using for the following packages?
Angular: 6.1.3
Angular CDK: 7.0.4
Angular CLI: 6.0.8
Angular-fontawesome: 0.3.0
Share buttons: 7.1.1
The text was updated successfully, but these errors were encountered: