Is it possible to eliminate the default ChangeDetectionStrategy
for each component creation? (Please note that I am working with Angular V 10 in a controlled environment for project maintenance)
@Component({
xyz,
changeDetection: ChangeDetectionStrategy.OnPush()
})