cornflourblue / jw-angular-social-buttons

Angular Social Sharing Buttons
MIT License
17 stars 16 forks source link

Not supporting in angular 9 #8

Open CanopusTest3 opened 3 years ago

CanopusTest3 commented 3 years ago
This likely means that the library (jw-angular-social-buttons) which declares JwSocialButtonsModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

1 export declare class JwSocialButtonsModule 
paddotk commented 3 years ago

Did you put the module in app.module's imports array?

kevinization commented 3 years ago

same for me on angular 10, any solution?

sandygeeks commented 3 years ago

Any solutions yet?

YugasVasyl commented 2 years ago

The last change has been done 3 years ago, looks like the author will not fix it. I would recommend copying the src folder into your project, refactor code if needed, and use it. As I did. The lib is pretty simple but useful