abacritt / angularx-social-login

Social login and authentication module for Angular 17
630 stars 388 forks source link

GoogleSigninButtonDirective wont work in Sub-Modules #652

Closed alexfriesen closed 1 year ago

alexfriesen commented 1 year ago

I am working on a large Application and we separated all peaces in lazy loaded modules. One of those is our AuthModule.

Unfortunately the GoogleSigninButtonDirective wont render anything within our AuthModule and it's forbidden to import SocialLoginModule somewhere else than AppModule.

As a workaround we downgraded to version 4.0.1 which works with a self made auth-button.

fifiDesPlaines commented 1 year ago

Same problem

exequiel09 commented 1 year ago

The button should be made SCAM or a standalone component

LiJell commented 1 year ago

same issue here

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.