From d858ed379aee74bbf8aede519447a8ad646a376a Mon Sep 17 00:00:00 2001 From: Benjamin Dopplinger Date: Thu, 8 Sep 2016 17:06:58 +1000 Subject: [PATCH] docs(server-communication): fix "app/app.module.ts" typo closes #2283 --- public/docs/ts/latest/guide/server-communication.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/server-communication.jade b/public/docs/ts/latest/guide/server-communication.jade index 3f9b1f0300..181b04ba16 100644 --- a/public/docs/ts/latest/guide/server-communication.jade +++ b/public/docs/ts/latest/guide/server-communication.jade @@ -690,7 +690,7 @@ block redirect-to-web-api The `forRoot` method name is a strong reminder that you should only call the `InMemoryWebApiModule` _once_ while setting the metadata for the root `AppModule`. Don't call it again!. :marked - Here is the revised (and final) version of app/app.module.ts> demonstrating these steps. + Here is the revised (and final) version of app/app.module.ts demonstrating these steps. +makeExcerpt('app/app.module.ts')