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
4545 1. [Test a component with an external template](#component-with-external-template)
4646 - [_async_](#async-in-before-each) in `beforeEach`
4747 - [_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 )
4949 - [_triggerEventHandler_](#trigger-event-handler)
5050 1. [Test a component inside a test host component](#component-inside-test-host)
5151 <br><br>
@@ -74,7 +74,7 @@ block includes
7474 1. [Angular testing utility APIs](#atu-apis)
7575 - [Stand-alone functions](#atu-apis): `async`, `fakeAsync`, etc.
7676 - [_TestBed_](#testbed-class-summary)
77- - [_ComponentFixture_](#component-fixture-class -summary)
77+ - [_ComponentFixture_](#component-fixture-api -summary)
7878 - [_DebugElement_](#debug-element-details)
7979 1. [FAQ](#faq "Frequently asked questions")
8080:marked
@@ -582,7 +582,7 @@ a(href="#top").to-top Back to top
582582 the configuration adds a `UserService` provider to the `providers` list.
583583 But not the real `UserService`.
584584
585- #get-injected-service
585+ #service-test-doubles
586586:marked
587587 ## Provide service test doubles
588588
You can’t perform that action at this time.
0 commit comments