Questions tagged [ngx-share]
5 questions
26
votes
3 answers
Can't bind to 'icon' since it isn't a known property of 'fa-icon'
I am using ngx-share's Share Button Directive in my project. However, I can't seem to be able to use the icons. If I try to use icons like this:
4
votes
1 answer
@ngx-share share button does not work in angular 6
I am using a Facebook share button in my angular 6 project, found here . This should supposed to "Convert any element to a share button using [shareButton] directive.".
According to the instructions, I do
npm i -S @ngx-share/core @angular/cdk
with…

codebot
- 517
- 8
- 29
- 55
3
votes
4 answers
How to get previous state from NGXS store
In NGXS we have getState() to get the current state. Is there a way to get the previous state from the store? I am looking for a solution to this as I have to implement Undo/Redo kind of functionality. Thanks!

Mathi
- 33
- 1
- 5
1
vote
1 answer
PWA on iOS navigates to blank screen on share button click
I am working on an Angular based PWA. The app has social media share buttons generated using the ngx-share/core Module. These buttons work perfectly except on the PWA version of the site running on iOS. When the user clicks on the share button, the…

Marc Lauder
- 31
- 5
0
votes
1 answer
Angular 13 adding ngx-sharebuttons getting error like "Cannot find module '@angular/cdk/clipboard' or its corresponding type declarations."
i am making a web site in angular 13 with using Bootstrap 5 Laravel api etc .Here i use a share social media button for my pages. when i install ngx-sharebuttons"and install npm successfully updated. but importing ngx-sharebuttons module in…

Rishf P
- 49
- 5