-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add standalone example #1639
docs: add standalone example #1639
Conversation
|
||
bootstrapApplication(AppComponent, { | ||
providers: [ | ||
importProvidersFrom(AuthConfigModule), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
importProvidersFrom
needs to be replaced later with the standalone API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be replaced if #1643 lands 😀
Hey Tim, thanks, we really appreciate your work. We should first merge #1643, right? |
b3cd889
to
1da23fb
Compare
This PR adds a standalone example, which is based on the "auto-login-flow" example.
The example can be used/updated for #1599.
We should also still need to update the docs to include this example when the example is using the standalone API's.