diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index 3fd75cfe3a..36ead6055b 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -354,7 +354,7 @@ array of the services that you'll test or mock. + header="app/demo/demo.testbed.spec.ts (provide ValueService in beforeEach)"> Then inject it inside a test by calling `TestBed.inject()` with the service class as the argument.