How to use login widget in child component in latest NG14 ? #566
Unanswered
shamusschubert
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The demos always say to add the login widget to the app.component.html but most applications (mine at least) use components for headers and footers, with login/logout being a navbar items. If I try to import the SocialLoginModule into my UI module, so I can use in the header component, it says it is already added, and only add itin the app,module.
Can this be added to a child module, or is there a way to add it to app.module and make it available to a child component like a navabar?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions