From 8bd0b443212db365f5759241e3850a582a4562db Mon Sep 17 00:00:00 2001 From: Benjamin Dopplinger Date: Thu, 8 Sep 2016 17:06:58 +1000 Subject: [PATCH 1/2] docs(ts): fix typo --- public/docs/ts/_cache/guide/server-communication.jade | 2 +- public/docs/ts/latest/guide/server-communication.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/_cache/guide/server-communication.jade b/public/docs/ts/_cache/guide/server-communication.jade index c254ff9377..a82e2b7782 100644 --- a/public/docs/ts/_cache/guide/server-communication.jade +++ b/public/docs/ts/_cache/guide/server-communication.jade @@ -694,7 +694,7 @@ block redirect-to-web-api the in-memory web API service using standard Angular provider registration techniques. We initialize the in-memory web API with *seed data* from the mock hero dataset at the same time. :marked - Here is the revised (and final) version of app/main.ts> demonstrating these steps. + Here is the revised (and final) version of app/main.ts demonstrating these steps. +makeExcerpt('app/main.ts', 'final') diff --git a/public/docs/ts/latest/guide/server-communication.jade b/public/docs/ts/latest/guide/server-communication.jade index e7be54e2ed..de0f455ed2 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') From e13ae1cd81955d86679caf895bbd9940631e7efe Mon Sep 17 00:00:00 2001 From: Benjamin Dopplinger Date: Fri, 9 Sep 2016 10:42:12 +1000 Subject: [PATCH 2/2] docs(ts): revert change in _cache --- public/docs/ts/_cache/guide/server-communication.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/_cache/guide/server-communication.jade b/public/docs/ts/_cache/guide/server-communication.jade index a82e2b7782..c254ff9377 100644 --- a/public/docs/ts/_cache/guide/server-communication.jade +++ b/public/docs/ts/_cache/guide/server-communication.jade @@ -694,7 +694,7 @@ block redirect-to-web-api the in-memory web API service using standard Angular provider registration techniques. We initialize the in-memory web API with *seed data* from the mock hero dataset at the same time. :marked - Here is the revised (and final) version of app/main.ts demonstrating these steps. + Here is the revised (and final) version of app/main.ts> demonstrating these steps. +makeExcerpt('app/main.ts', 'final')