-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hi All,
if i open many dialogs i have a performance issue due too many change detection.
Why on init in golden layout component of your lib you use this code
....
this.appref.tick = (): void => {
for (const ar of (this.topWindow as any).__apprefs) {
ar._zone.run(() => ar.__tick());
}
};
in this way for a tick in child window is performed tick on other child windows and also in root.
can you explain better ?
thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels