Home > @visualization-tools/core > IChangeDetectionConfig
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
| Property | Type | Description |
|---|---|---|
| runInsideOfChangeDetection | (cb: () => void) => void | |
| runOutsideOfChangeDetection | (cb: () => void) => void |