Skip to content
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(core): Fix typo in DI docs #55563

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -466,7 +466,7 @@ In the example case, the constraints are:
This would not be the case for a directive matched at the same location.
* The ending location happens to be the same as the component itself, because it is the topmost component in this application.

1. The `ElementInjector` provided by the `ApplicationConfig` acts as the fallback injector when the injection token can't be found in the `ElementInjector` hierarchies.
1. The `EnvironmentInjector` provided by the `ApplicationConfig` acts as the fallback injector when the injection token can't be found in the `ElementInjector` hierarchies.

### Using the `providers` array

Expand Down Expand Up @@ -1177,4 +1177,4 @@ style RootInjector fill:#BDD7EE,color:#000

<docs-pill-row>
<docs-pill href="/guide/di/dependency-injection-providers" title="DI Providers"/>
</docs-pill-row>
</docs-pill-row>