Angular - Change Detection
How do you specify the OnPush change detection strategy in an Angular component?
changeDetection: ChangeDetectionStrategy.OnPush as a property in the decorator.changeDetection: ChangeDetectionStrategy.OnPush in the @Component decorator -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions