docs: fix link to "Override component providers" (#24967)
Closes #24966 PR Close #24967
This commit is contained in:
parent
e3834b7001
commit
3f20a2fb5a
|
@ -920,7 +920,7 @@ so it is safe to call `TestBed.get()` as follows:
|
||||||
<div class="alert is-helpful">
|
<div class="alert is-helpful">
|
||||||
|
|
||||||
For a use case in which `TestBed.get()` does not work,
|
For a use case in which `TestBed.get()` does not work,
|
||||||
see the section [_Override a component's providers_](#component-override), which
|
see the [_Override component providers_](#component-override) section that
|
||||||
explains when and why you must get the service from the component's injector instead.
|
explains when and why you must get the service from the component's injector instead.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue