This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ block includes
45
45
1. [Test a component with an external template](#component-with-external-template)
46
46
- [_async_](#async-in-before-each) in `beforeEach`
47
47
- [_compileComponents_](#compile-components)
48
- 1. [Test a component with inputs and outputs](#component-with-inputs-output )
48
+ 1. [Test a component with inputs and outputs](#component-with-inputs-outputs )
49
49
- [_triggerEventHandler_](#trigger-event-handler)
50
50
1. [Test a component inside a test host component](#component-inside-test-host)
51
51
<br><br>
@@ -74,7 +74,7 @@ block includes
74
74
1. [Angular testing utility APIs](#atu-apis)
75
75
- [Stand-alone functions](#atu-apis): `async`, `fakeAsync`, etc.
76
76
- [_TestBed_](#testbed-class-summary)
77
- - [_ComponentFixture_](#component-fixture-class -summary)
77
+ - [_ComponentFixture_](#component-fixture-api -summary)
78
78
- [_DebugElement_](#debug-element-details)
79
79
1. [FAQ](#faq "Frequently asked questions")
80
80
:marked
@@ -582,7 +582,7 @@ a(href="#top").to-top Back to top
582
582
the configuration adds a `UserService` provider to the `providers` list.
583
583
But not the real `UserService`.
584
584
585
- #get-injected-service
585
+ #service-test-doubles
586
586
:marked
587
587
## Provide service test doubles
588
588
You can’t perform that action at this time.
0 commit comments