From 639ca37de561630a500cb8a95069db585301469b Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Fri, 18 Mar 2016 16:39:10 -0700 Subject: [PATCH] docs: update to beta-11 closes #987 also updated lifecycle-hooks/e2e-spec for changed hook calling sequence (not a bug; just a change) --- .../ts/app/app.component.html | 5 +++++ .../homepage-hello-world/ts/index.1.html | 6 +++--- .../_examples/homepage-tabs/ts/index.1.html | 6 +++--- .../_examples/homepage-todo/ts/index.1.html | 6 +++--- .../_examples/lifecycle-hooks/e2e-spec.js | 10 ++++++---- public/docs/_examples/package.json | 14 ++++++------- .../_examples/quickstart/js/package.1.json | 4 ++-- .../_examples/quickstart/ts/package.1.json | 8 ++++---- .../_examples/quickstart/ts/typings.1.json | 4 ++-- public/docs/_examples/typings.json | 4 ++-- tools/plunker-builder/indexHtmlTranslator.js | 20 +++++++++---------- 11 files changed, 47 insertions(+), 40 deletions(-) diff --git a/public/docs/_examples/cb-component-communication/ts/app/app.component.html b/public/docs/_examples/cb-component-communication/ts/app/app.component.html index 0c71b7379f..224f3b5b2b 100644 --- a/public/docs/_examples/cb-component-communication/ts/app/app.component.html +++ b/public/docs/_examples/cb-component-communication/ts/app/app.component.html @@ -1,5 +1,10 @@

Component Communication Cookbook

+
+ Known problem with beta.11 prevents this sample from working properly. + We'll fix it for beta.12. +
+ Pass data from parent to child with input binding ("Heros")
Intercept input property changes with a setter ("Master")
Intercept input property changes with ngOnChanges ("Source code version")
diff --git a/public/docs/_examples/homepage-hello-world/ts/index.1.html b/public/docs/_examples/homepage-hello-world/ts/index.1.html index c5b171e473..3fe4e81573 100644 --- a/public/docs/_examples/homepage-hello-world/ts/index.1.html +++ b/public/docs/_examples/homepage-hello-world/ts/index.1.html @@ -14,9 +14,9 @@ - - - + + + - - - + + + - - - + + +