ChangeDetectionStrategy.OnPush used?async pipe in template?ChangeDetectorRef.detectChanges()ChangeDetectionStrategy to OnPush by default. This tells Angular to skip checking a component subtree unless its @Input reference changes or an event originates from within the component."