Skip to content

Commit b78b99a

Browse files
mzkmnklacolaco
andauthored
Update adev-ja/src/content/best-practices/runtime-performance/skipping-subtrees.md
Co-authored-by: Suguru Inatomi <[email protected]>
1 parent 92dc98d commit b78b99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: adev-ja/src/content/best-practices/runtime-performance/skipping-subtrees.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class event eventNode
105105

106106
Angularは、テンプレートバインディングの結果としてインプットプロパティを設定するときに、`OnPush`を持つ子コンポーネント内で変更検知を実行します。
107107

108-
例えば、下の図では、`AppComponent``OnPush`を持つ`MainComponent`に新しいインプットを渡します。Angularは`MainComponent`で変更検知を実行しますが、同じく`OnPush`を持っている`LoginComponent` は新しいインプットを受け取らない限り、`LoginComponent`では変更検知を実行しません
108+
例えば、下の図では、`AppComponent``OnPush`を持つ`MainComponent`に新しいインプットを渡します。Angularは`MainComponent`で変更検知を実行しますが、同じく`OnPush`を持っている`LoginComponent` は新しいインプットを受け取らない限り変更検知を実行しません
109109

110110
```mermaid
111111
graph TD;

0 commit comments

Comments
 (0)