What does the ChangeDetectionStrategy.OnPush strategy signify in an Angular component?

  • Automatic change detection
  • Manual change detection
  • No change detection
  • Two-way data binding
The ChangeDetectionStrategy.OnPush signifies that change detection is manual, and Angular checks for changes only when data-bound properties change or events occur.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *