Searched refs:storeSubscribers (Results 1 – 4 of 4) sorted by relevance
31 storeSubscribers = new Set(); field in RouterStore48 this.storeSubscribers.clear();110 for (const subscriber of this.storeSubscribers) {143 this.storeSubscribers.add(subscriber);144 return () => this.storeSubscribers.delete(subscriber);
25 storeSubscribers: Set<() => void>;
1 …storeSubscribers = new Set<() => void>();\n\n linkTo = linkTo.bind(this);\n getSortedRoutes = ge…
40 storeSubscribers = new Set<() => void>();63 this.storeSubscribers.clear();140 for (const subscriber of this.storeSubscribers) {182 this.storeSubscribers.add(subscriber);183 return () => this.storeSubscribers.delete(subscriber);