• 概要
@angular/cdk/testing

handleAutoChangeDetectionStatus

function

Allows a test HarnessEnvironment to install its own handler for auto change detection status changes.

API

function handleAutoChangeDetectionStatus(
  handler: (status: AutoChangeDetectionStatus) => void,
): void;

handleAutoChangeDetectionStatus

void

Allows a test HarnessEnvironment to install its own handler for auto change detection status changes.

@paramhandler(status: AutoChangeDetectionStatus) => void

The handler for the auto change detection status.

@returnsvoid
Jump to details