From f01489665828a6bc2a254c2808093263cf21be59 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sun, 30 Apr 2017 18:19:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91=E5=AE=8C=E4=BA=86=E7=94=9F?= =?UTF-8?q?=E5=91=BD=E5=91=A8=E6=9C=9F=E9=92=A9=E5=AD=90=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/lifecycle-hooks.jade | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/docs/ts/latest/guide/lifecycle-hooks.jade b/public/docs/ts/latest/guide/lifecycle-hooks.jade index e49ff87cc2..2e4064a51d 100644 --- a/public/docs/ts/latest/guide/lifecycle-hooks.jade +++ b/public/docs/ts/latest/guide/lifecycle-hooks.jade @@ -58,7 +58,6 @@ figure [监听OnInit和OnDestroy](#spy) - * [OnInit](#oninit) * [OnDestroy](#ondestroy) @@ -69,12 +68,10 @@ figure * [AfterView](#afterview) - * [Abide by the unidirectional data flow rule](#wait-a-tick) [遵循单向数据流规则](#wait-a-tick) - * [AfterContent](#aftercontent) * [Content projection](#content-projection) @@ -933,12 +930,12 @@ a#aftercontent-hooks * The *AfterView* hooks concern `ViewChildren`, the child components whose element tags appear *within* the component's template. - *AfterView*钩子所关心的是`ViewChildren`,这些子组件的元素标签会出现在该组件的模板*里面*。 + *AfterView*钩子所关心的是`ViewChildren`,这些子组件的元素标签会出现在该组件的模板*里面*。 * The *AfterContent* hooks concern `ContentChildren`, the child components that Angular projected into the component. - *AfterContent*钩子所关心的是`ContentChildren`,这些子组件被Angular投影进该组件中。 + *AfterContent*钩子所关心的是`ContentChildren`,这些子组件被Angular投影进该组件中。 The following *AfterContent* hooks take action based on changing values in a *content child*, which can only be reached by querying for them via the property decorated with