docs(testing): fix broken links (#2624)

This commit is contained in:
Maurice de Beijer 2016-10-18 15:17:14 +02:00 committed by Jesús Rodríguez
parent e89ba6f075
commit 6ece848443
1 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ block includes
1. [Test a component with an external template](#component-with-external-template) 1. [Test a component with an external template](#component-with-external-template)
- [_async_](#async-in-before-each) in `beforeEach` - [_async_](#async-in-before-each) in `beforeEach`
- [_compileComponents_](#compile-components) - [_compileComponents_](#compile-components)
1. [Test a component with inputs and outputs](#component-with-inputs-output) 1. [Test a component with inputs and outputs](#component-with-inputs-outputs)
- [_triggerEventHandler_](#trigger-event-handler) - [_triggerEventHandler_](#trigger-event-handler)
1. [Test a component inside a test host component](#component-inside-test-host) 1. [Test a component inside a test host component](#component-inside-test-host)
<br><br> <br><br>
@ -74,7 +74,7 @@ block includes
1. [Angular testing utility APIs](#atu-apis) 1. [Angular testing utility APIs](#atu-apis)
- [Stand-alone functions](#atu-apis): `async`, `fakeAsync`, etc. - [Stand-alone functions](#atu-apis): `async`, `fakeAsync`, etc.
- [_TestBed_](#testbed-class-summary) - [_TestBed_](#testbed-class-summary)
- [_ComponentFixture_](#component-fixture-class-summary) - [_ComponentFixture_](#component-fixture-api-summary)
- [_DebugElement_](#debug-element-details) - [_DebugElement_](#debug-element-details)
1. [FAQ](#faq "Frequently asked questions") 1. [FAQ](#faq "Frequently asked questions")
:marked :marked
@ -582,7 +582,7 @@ a(href="#top").to-top Back to top
the configuration adds a `UserService` provider to the `providers` list. the configuration adds a `UserService` provider to the `providers` list.
But not the real `UserService`. But not the real `UserService`.
#get-injected-service #service-test-doubles
:marked :marked
## Provide service test doubles ## Provide service test doubles