visualization-tools

Home > @visualization-tools/core > IChangeDetectionConfig

IChangeDetectionConfig interface

If your application is using a change detection shim like Zone.js, you can improve performance by providing a custom object. Refer to the library’s documentation on how to do this.

Signature:

export interface IChangeDetectionConfig 

Properties

Property Type Description
runInsideOfChangeDetection (cb: () => void) => void  
runOutsideOfChangeDetection (cb: () => void) => void