docs(core): fix typo in hierarchical injectors doc (#34968)
Fixes #34953 PR Close #34968
This commit is contained in:
parent
549ab2ecc3
commit
c485c8a8c0
|
@ -602,7 +602,7 @@ finds the `FlowerService` and never sees the 🌺 (red hibiscus).
|
||||||
|
|
||||||
Use the `viewProviders` array as another way to provide services in the
|
Use the `viewProviders` array as another way to provide services in the
|
||||||
`@Component()` decorator. Using `viewProviders` makes services
|
`@Component()` decorator. Using `viewProviders` makes services
|
||||||
visibile in the `<#VIEW>`.
|
visible in the `<#VIEW>`.
|
||||||
|
|
||||||
<div class="is-helpful alert">
|
<div class="is-helpful alert">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue