填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

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
      
      ng.applyChanges(component: {}): void
    
参数
component {}

Component to mark for check.

返回值

void