Skip to content

Instantly share code, notes, and snippets.

@PatrickKalkman
Created December 4, 2021 07:01
Show Gist options
  • Save PatrickKalkman/d4d7dc74b2ef1264540f012d38282c1a to your computer and use it in GitHub Desktop.
Save PatrickKalkman/d4d7dc74b2ef1264540f012d38282c1a to your computer and use it in GitHub Desktop.
Enabling OnPush strategy on a component
@Component({
selector: 'app-dashboard',
templateUrl: './dashboard.component.html',
styleUrls: ['./dashboard.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment