We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The APP_INITIALIZER Token can be moved into this module's providers array, meaning all a user would have to do is import the module:
RuntimeConfigLoaderModule.forRoot({ configUrl: '' })
The text was updated successfully, but these errors were encountered:
#4; use the APP_INITIALIZER token in this module instead of making th…
3999ae3
…e user implement it from their module
#4; fix some issues with the build and add to the main project to tes…
f98ff8e
…t that it works
Successfully merging a pull request may close this issue.
The APP_INITIALIZER Token can be moved into this module's providers array, meaning all a user would have to do is import the module:
The text was updated successfully, but these errors were encountered: