ng.applyChanges

From Get docs
< @angular/core‎ | globalAngular/docs/9/api/core/global/ngapplychanges


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 mark for check.
Returns

void


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