Searched refs:rootStateSubscribers (Results 1 – 4 of 4) sorted by relevance
30 rootStateSubscribers = new Set(); field in RouterStore47 this.rootStateSubscribers.clear();105 for (const subscriber of this.rootStateSubscribers) {139 this.rootStateSubscribers.add(subscriber);140 return () => this.rootStateSubscribers.delete(subscriber);
24 rootStateSubscribers: Set<() => void>;
1 …rootStateSubscribers = new Set<() => void>();\n storeSubscribers = new Set<() => void>();\n\n li…
39 rootStateSubscribers = new Set<() => void>();62 this.rootStateSubscribers.clear();134 for (const subscriber of this.rootStateSubscribers) {178 this.rootStateSubscribers.add(subscriber);179 return () => this.rootStateSubscribers.delete(subscriber);