mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: corrected the misspelled word (#46126)
innovation -> invocation PR Close #46126
This commit is contained in:
parent
bd94c076c7
commit
983aa233cf
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ This section covers how to identify such conditions, and how to run code outside
|
|||
|
||||
## Identifying unnecessary change detection calls
|
||||
|
||||
You can detect unnecessary change detection calls using Angular DevTools. Often they appear as consecutive bars in the profiler’s timeline with source `setTimeout`, `setInterval`, `requestAnimationFrame`, or an event handler. When you have limited calls within your application of these APIs, the change detection innovation is usually caused by a third-party library.
|
||||
You can detect unnecessary change detection calls using Angular DevTools. Often they appear as consecutive bars in the profiler’s timeline with source `setTimeout`, `setInterval`, `requestAnimationFrame`, or an event handler. When you have limited calls within your application of these APIs, the change detection invocation is usually caused by a third-party library.
|
||||
|
||||
<div class="lightbox">
|
||||
<img alt="Angular DevTools profiler preview showing Zone pollution" src="generated/images/guide/change-detection/zone-pollution.png">
|
||||
|
|
|
|||
Loading…
Reference in a new issue