ng.applyChanges
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 |
Returns
void