docs(server-communication): fix "app/app.module.ts" typo

closes #2283
This commit is contained in:
Benjamin Dopplinger 2016-09-08 17:06:58 +10:00 committed by Ward Bell
parent cfba6d1de3
commit d858ed379a
1 changed files with 1 additions and 1 deletions

View File

@ -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 <span ngio-ex>app/app.module.ts></span> demonstrating these steps.
Here is the revised (and final) version of <span ngio-ex>app/app.module.ts</span> demonstrating these steps.
+makeExcerpt('app/app.module.ts')