Skip to content

Commit 4c35455

Browse files
committed
chore: 翻訳の修正
1 parent 07b9181 commit 4c35455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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は、テンプレートバインディングの結果としてinputプロパティを設定するときに、`OnPush`を持つ子コンポーネント内で変更検知を実行します。
107107

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

110110
```mermaid
111111
graph TD;

0 commit comments

Comments
 (0)