On this page
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–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v14.angular.io/api/core/global/ngApplyChanges