From 1531b8da600f53fef3b7c0490ba50eb32578418f Mon Sep 17 00:00:00 2001 From: WilliamKoza Date: Wed, 26 Oct 2016 20:44:26 +0200 Subject: [PATCH 1/3] Docs spelling mistake --- public/docs/ts/latest/cookbook/component-communication.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/component-communication.jade b/public/docs/ts/latest/cookbook/component-communication.jade index e2d28b0672..7c4fbab0ed 100644 --- a/public/docs/ts/latest/cookbook/component-communication.jade +++ b/public/docs/ts/latest/cookbook/component-communication.jade @@ -246,7 +246,7 @@ a(id="countdown-tests") Here is the parent, `CountdownViewChildParentComponent`: +makeExample('cb-component-communication/ts/app/countdown-parent.component.ts', 'vc') :marked - It takes a bit more work to get the child view into the parent component classs. + It takes a bit more work to get the child view into the parent component *class*. We import references to the `ViewChild` decorator and the `AfterViewInit` lifecycle hook. From 13aee320ae350e94b2d8428e595b2be737d91b3a Mon Sep 17 00:00:00 2001 From: WilliamKoza Date: Wed, 26 Oct 2016 20:54:51 +0200 Subject: [PATCH 2/3] Revert "docs(cookbook): fix spelling error for word 'class'" --- public/docs/ts/latest/cookbook/component-communication.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/component-communication.jade b/public/docs/ts/latest/cookbook/component-communication.jade index 7c4fbab0ed..e2d28b0672 100644 --- a/public/docs/ts/latest/cookbook/component-communication.jade +++ b/public/docs/ts/latest/cookbook/component-communication.jade @@ -246,7 +246,7 @@ a(id="countdown-tests") Here is the parent, `CountdownViewChildParentComponent`: +makeExample('cb-component-communication/ts/app/countdown-parent.component.ts', 'vc') :marked - It takes a bit more work to get the child view into the parent component *class*. + It takes a bit more work to get the child view into the parent component classs. We import references to the `ViewChild` decorator and the `AfterViewInit` lifecycle hook. From 6a52b9e5694db91f022fc8ca42e41a0fed1990b6 Mon Sep 17 00:00:00 2001 From: WilliamKoza Date: Wed, 26 Oct 2016 20:57:01 +0200 Subject: [PATCH 3/3] docs(cookbook): fix spelling error for word 'class' --- public/docs/ts/latest/cookbook/component-communication.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/component-communication.jade b/public/docs/ts/latest/cookbook/component-communication.jade index e2d28b0672..7c4fbab0ed 100644 --- a/public/docs/ts/latest/cookbook/component-communication.jade +++ b/public/docs/ts/latest/cookbook/component-communication.jade @@ -246,7 +246,7 @@ a(id="countdown-tests") Here is the parent, `CountdownViewChildParentComponent`: +makeExample('cb-component-communication/ts/app/countdown-parent.component.ts', 'vc') :marked - It takes a bit more work to get the child view into the parent component classs. + It takes a bit more work to get the child view into the parent component *class*. We import references to the `ViewChild` decorator and the `AfterViewInit` lifecycle hook.