docs: 因为只调用一次,应该是当

This commit is contained in:
Timi-code 2019-03-03 23:29:28 +08:00 committed by 雪狼
parent 8759bc9a1a
commit ea1c6644be
1 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ calls the lifecycle hook methods in the following sequence at specific moments:
Respond after Angular projects external content into the component's view / the view that a directive is in.
当 Angular 把外部内容投影进组件/指令的视图之后调用。
当 Angular 把外部内容投影进组件/指令的视图之后调用。
Called _once_ after the first `ngDoCheck()`.
@ -201,7 +201,7 @@ calls the lifecycle hook methods in the following sequence at specific moments:
Respond after Angular initializes the component's views and child views / the view that a directive is in.
当 Angular 初始化完组件视图及其子视图之后调用。
当 Angular 初始化完组件视图及其子视图之后调用。
Called _once_ after the first `ngAfterContentChecked()`.