• Overview
@angular/cdk/testing

manualChangeDetection

function

Disables the harness system's auto change detection for the duration of the given function.

API

function manualChangeDetection<T>(fn: () => Promise<T>): Promise<T>;
Jump to details