Created
December 4, 2021 07:01
-
-
Save PatrickKalkman/d4d7dc74b2ef1264540f012d38282c1a to your computer and use it in GitHub Desktop.
Enabling OnPush strategy on a component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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