Skip to content

Commit

Permalink
docs: remove image (#55553)
Browse files Browse the repository at this point in the history
The image was replaced by the following mermaid chart.

PR Close #55553
  • Loading branch information
JeanMeche authored and AndrewKushnir committed Apr 26, 2024
1 parent 967bbc1 commit 1ca24cb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ If Angular handles an event within a component with OnPush strategy, the framewo

As an example, if Angular handles an event within `MainComponent`, the framework will run change detection in the entire component tree. Angular will ignore the subtree with root `LoginComponent` because it has `OnPush` and the event happened outside of its scope.

<img alt="Change detection propagation from OnPush component" src="assets/images/best-practices/runtime-performance/on-push-trigger.svg">

```mermaid
graph TD;
app[AppComponent] --- header[HeaderComponent];
Expand Down

0 comments on commit 1ca24cb

Please sign in to comment.