abacritt/angularx-social-login

SocialAuthService should not be provided in 'root'

Closed this issue · 1 comments

Providing it in root means that a lot of the dependencies pertaining to social login need to be loaded on the application start.
If I want to defer loading of social login related functionality, I need a way to provide SocialAuthServiceConfig at the component level. This requires providing SocialAuthService also at the component level.

actually, manually providing it at the component level does the trick already. Closing this