docs: fix link to "Override component providers" (#24967)

Closes #24966

PR Close #24967
This commit is contained in:
Rajesh Duggal 2018-07-18 13:36:43 -04:00 committed by Igor Minar
parent e3834b7001
commit 3f20a2fb5a
1 changed files with 1 additions and 1 deletions

View File

@ -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>