W3cubDocs

/Angular

ng.applyChanges

global function

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

ng.applyChanges(component: {}): void

Parameters
component {}

Component to ChangeDetectorRef#markForCheck.

Returns

void

© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/core/global/ngApplyChanges