docs: add missing parenthesis (#33559)

PR Close #33559
This commit is contained in:
Srichandradeep Choudarapu 2019-11-04 00:43:06 +05:30 committed by atscott
parent 29007e406d
commit 1bd8fdb766
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ array of the services that you'll test or mock.
<code-example <code-example
path="testing/src/app/demo/demo.testbed.spec.ts" path="testing/src/app/demo/demo.testbed.spec.ts"
region="value-service-before-each" region="value-service-before-each"
header="app/demo/demo.testbed.spec.ts (provide ValueService in beforeEach"> header="app/demo/demo.testbed.spec.ts (provide ValueService in beforeEach)">
</code-example> </code-example>
Then inject it inside a test by calling `TestBed.inject()` with the service class as the argument. Then inject it inside a test by calling `TestBed.inject()` with the service class as the argument.