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
Each module's forRoot should include all of the providers in its dependency chain.
forRoot
The text was updated successfully, but these errors were encountered:
@crisbeto could you take this one?
Sorry, something went wrong.
fix(a11y): add all providers to forRoot
58b6a54
Adds all of the necessary providers to the `A11yModule`. Fixes angular#2189.
fix(a11y): add all providers to forRoot (#2222)
9272b4b
* fix(a11y): add all providers to forRoot Adds all of the necessary providers to the `A11yModule`. Fixes #2189. * Remove redundant concat.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
crisbeto
Successfully merging a pull request may close this issue.
Each module's
forRoot
should include all of the providers in its dependency chain.The text was updated successfully, but these errors were encountered: