Closed dannygoncalves closed 2 years ago
Hi @Jordendarc I see the editor but nothing gets executed. the buttons don't get rendered on the blitz.
For Angular@10, use ngx-sharebuttons@8.0.4, check the changelog here https://github.com/MurhafSousli/ngx-sharebuttons/blob/master/CHANGELOG.MD#804
@MurhafSousli that was my issue, thanks for the saving.
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/ngx-sharebuttons
This is the stackblitz: https://stackblitz.com/edit/ngx-sharebuttons-knr2ug?file=package.json,src%2Fapp%2Fhome%2Fhome.component.html
Steps to reproduce:
Expected Behavior
Buttons should be visible and the share action should work.
Actual Behavior
Page is failing to render and compile due to the library.
These are the CDK versions that I'm using
and the dev dependencies:
I have followed the instructions here: https://github.com/MurhafSousli/ngx-sharebuttons/wiki/Share-Button-Directive And in the components: https://github.com/MurhafSousli/ngx-sharebuttons/wiki/Share-Buttons-Component
But for both cases, the app run fails with the following error:
Is there anyone hitting this error for the same version?
Environment