• 概要
@angular/core/globals

applyChanges

function
stable

Marks a component for check (in case of OnPush components) and synchronously performs change detection on the application this component belongs to.

API

function applyChanges(component: {}): void;

applyChanges

void

Marks a component for check (in case of OnPush components) and synchronously performs change detection on the application this component belongs to.

@paramcomponent{}

Component to mark for check

@returnsvoid
Jump to details